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
ae3e1bb4
Commit
ae3e1bb4
authored
Sep 21, 1996
by
Richard Kenner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(ASM_OUTPUT_LABELREF): Delete.
From-SVN: r12755
parent
ecebc13d
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
15 deletions
+5
-15
gcc/config/arm/aout.h
+1
-5
gcc/config/mips/mips.h
+4
-10
No files found.
gcc/config/arm/aout.h
View file @
ae3e1bb4
/* Definitions of target machine for GNU compiler, for ARM with a.out
/* Definitions of target machine for GNU compiler, for ARM with a.out
Copyright (C) 1995, 1996 Free Software Foundation, Inc.
Copyright (C) 1995, 1996 Free Software Foundation, Inc.
Contributed by Richard Earnshaw (rearnsha@armltd.co.uk)
Contributed by Richard Earnshaw (rearnsha@armltd.co.uk)
.
This file is part of GNU CC.
This file is part of GNU CC.
...
@@ -126,10 +126,6 @@ do { \
...
@@ -126,10 +126,6 @@ do { \
assemble_name (STREAM, NAME), \
assemble_name (STREAM, NAME), \
fputc ('\n',STREAM)) \
fputc ('\n',STREAM)) \
/* Output a reference to a label. */
#define ASM_OUTPUT_LABELREF(STREAM,NAME) \
fprintf (STREAM, "%s%s", USER_LABEL_PREFIX, NAME)
/* Make an internal label into a string. */
/* Make an internal label into a string. */
#define ASM_GENERATE_INTERNAL_LABEL(STRING, PREFIX, NUM) \
#define ASM_GENERATE_INTERNAL_LABEL(STRING, PREFIX, NUM) \
sprintf (STRING, "*%s%s%d", LOCAL_LABEL_PREFIX, PREFIX, NUM)
sprintf (STRING, "*%s%s%d", LOCAL_LABEL_PREFIX, PREFIX, NUM)
...
...
gcc/config/mips/mips.h
View file @
ae3e1bb4
/* Definitions of target machine for GNU compiler. MIPS version.
/* Definitions of target machine for GNU compiler. MIPS version.
Contributed by A. Lichnewsky, lich@inria.inria.fr
Changed by Michael Meissner, meissner@osf.org
64 bit r4000 support by Ian Lance Taylor, ian@cygnus.com, and
Brendan Eich, brendan@microunity.com.
Copyright (C) 1989, 90-5, 1996 Free Software Foundation, Inc.
Copyright (C) 1989, 90-5, 1996 Free Software Foundation, Inc.
Contributed by A. Lichnewsky (lich@inria.inria.fr).
Changed by Michael Meissner (meissner@osf.org).
64 bit r4000 support by Ian Lance Taylor (ian@cygnus.com) and
Brendan Eich (brendan@microunity.com).
This file is part of GNU CC.
This file is part of GNU CC.
...
@@ -3543,12 +3543,6 @@ while (0)
...
@@ -3543,12 +3543,6 @@ while (0)
HALF_PIC_DECLARE (NAME); \
HALF_PIC_DECLARE (NAME); \
}
}
/* This is how to output a reference to a user-level label named NAME.
`assemble_name' uses this. */
#define ASM_OUTPUT_LABELREF(STREAM,NAME) \
fprintf (STREAM, "%s%s", USER_LABEL_PREFIX, NAME)
/* This is how to output an internal numbered label where
/* This is how to output an internal numbered label where
PREFIX is the class of label and NUM is the number within the class. */
PREFIX is the class of label and NUM is the number within the class. */
...
...
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