Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
riscv-gcc-1
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lvzhengyang
riscv-gcc-1
Commits
79873958
Commit
79873958
authored
Jan 03, 1998
by
Kaveh R. Ghazi
Committed by
Jeff Law
Jan 03, 1998
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* pa.h (ASM_OUTPUT_MI_THUNK): Add missing % in fprintf.
From-SVN: r17284
parent
35a42f5f
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
+6
-2
gcc/ChangeLog
+4
-0
gcc/config/pa/pa.h
+2
-2
No files found.
gcc/ChangeLog
View file @
79873958
Sat Jan 3 12:08:06 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
* pa.h (ASM_OUTPUT_MI_THUNK): Add missing % in fprintf.
Fri Jan 2 23:40:09 1998 Jim Wilson (wilson@cygnus.com)
Jeffrey A Law (law@cygnus.com)
...
...
gcc/config/pa/pa.h
View file @
79873958
/* Definitions of target machine for GNU compiler, for the HP Spectrum.
Copyright (C) 1992, 93, 94, 95, 96,
1997
Free Software Foundation, Inc.
Copyright (C) 1992, 93, 94, 95, 96,
97, 1998
Free Software Foundation, Inc.
Contributed by Michael Tiemann (tiemann@cygnus.com) of Cygnus Support
and Tim Moore (moore@defmacro.cs.utah.edu) of the Center for
Software Science at the University of Utah.
...
...
@@ -1118,7 +1118,7 @@ extern enum cmp_type hppa_branch_type;
if (VAL_14_BITS_P (DELTA)) \
fprintf (FILE, "\tb %s\n\tldo %d(%%r26),%%r26\n", target_name, DELTA); \
else \
fprintf (FILE, "\taddil L%%%d,%r26\n\tb %s\n\tldo R%%%d(%%r1),%%r26\n", \
fprintf (FILE, "\taddil L%%%d,%
%
r26\n\tb %s\n\tldo R%%%d(%%r1),%%r26\n", \
DELTA, target_name, DELTA); \
fprintf (FILE, "\n\t.EXIT\n\t.PROCEND\n"); \
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment