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
e2a188b2
Commit
e2a188b2
authored
Aug 23, 2003
by
Richard Sandiford
Committed by
Richard Sandiford
Aug 23, 2003
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* config/mips/linux64.h (STARTFILE_PREFIX_SPEC): Remove.
From-SVN: r70739
parent
520d96c6
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
6 deletions
+4
-6
gcc/ChangeLog
+4
-0
gcc/config/mips/linux64.h
+0
-6
No files found.
gcc/ChangeLog
View file @
e2a188b2
2003-08-23 Richard Sandiford <rsandifo@redhat.com>
2003-08-23 Richard Sandiford <rsandifo@redhat.com>
* config/mips/linux64.h (STARTFILE_PREFIX_SPEC): Remove.
2003-08-23 Richard Sandiford <rsandifo@redhat.com>
* config/mips/mips.c (mips_setup_incoming_varargs): Handle o32 and o64
* config/mips/mips.c (mips_setup_incoming_varargs): Handle o32 and o64
as well. Put memory references in the varargs alias set.
as well. Put memory references in the varargs alias set.
(mips_expand_prologue): Remove varargs handling from here.
(mips_expand_prologue): Remove varargs handling from here.
...
...
gcc/config/mips/linux64.h
View file @
e2a188b2
...
@@ -73,12 +73,6 @@ Boston, MA 02111-1307, USA. */
...
@@ -73,12 +73,6 @@ Boston, MA 02111-1307, USA. */
%{mabi=64:-melf64%{EB:b}%{EL:l}tsmip} \
%{mabi=64:-melf64%{EB:b}%{EL:l}tsmip} \
%{mabi=32:-melf32%{EB:b}%{EL:l}tsmip}"
%{mabi=32:-melf32%{EB:b}%{EL:l}tsmip}"
#undef STARTFILE_PREFIX_SPEC
#define STARTFILE_PREFIX_SPEC "\
%{mabi=n32: /lib32/ /usr/lib32/} \
%{mabi=64: /lib64/ /usr/lib64/} \
%{mabi=32: /lib/ /usr/lib/}"
#undef LOCAL_LABEL_PREFIX
#undef LOCAL_LABEL_PREFIX
#define LOCAL_LABEL_PREFIX ((mips_abi == ABI_32 || mips_abi == ABI_O64) \
#define LOCAL_LABEL_PREFIX ((mips_abi == ABI_32 || mips_abi == ABI_O64) \
? "$" : ".")
? "$" : ".")
...
...
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