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
c237e586
Commit
c237e586
authored
Jun 02, 1999
by
Nick Clifton
Committed by
Nick Clifton
Jun 02, 1999
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Synchronise definitions of USER_LABEL_PREFIX
From-SVN: r27313
parent
bb786201
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
11 additions
and
4 deletions
+11
-4
gcc/ChangeLog
+6
-0
gcc/config/arm/coff.h
+1
-0
gcc/config/arm/tcoff.h
+4
-4
No files found.
gcc/ChangeLog
View file @
c237e586
Wed Jun 2 08:42:55 1999 Nick Clifton <nickc@cygnus.com>
* config/arm/tcoff.h (USER_LABEL_PREFIX): Synchronise with
definition in config/arm/coff.h
* config/arm/coff.h: Add comment about USER_LABEL_PREFIX.
Wed Jun 2 07:07 1999 Bruce Korb <ddsinc09@ix.netcom.com
*fixinc/fixincl.c(global def): Add FD_SHELL_SCRIPT to mark
...
...
gcc/config/arm/coff.h
View file @
c237e586
...
...
@@ -23,6 +23,7 @@ Boston, MA 02111-1307, USA. */
#include "arm/semi.h"
#include "arm/aout.h"
/* Note - it is important that this definition matches the one in tcoff.h */
#undef USER_LABEL_PREFIX
#define USER_LABEL_PREFIX "_"
...
...
gcc/config/arm/tcoff.h
View file @
c237e586
...
...
@@ -44,12 +44,12 @@ extern int arm_structure_size_boundary;
#include "dbxcoff.h"
/* Note - it is important that these definitions match those in semi.h for the ARM port. */
#undef LOCAL_LABEL_PREFIX
#undef LOCAL_LABEL_PREFIX
#define LOCAL_LABEL_PREFIX "."
#undef USER_LABEL_PREFIX
#define USER_LABEL_PREFIX ""
/* Note - it is important that this definition matches the one in coff.h */
#undef USER_LABEL_PREFIX
#define USER_LABEL_PREFIX "_"
/* A C statement to output assembler commands which will identify the
object file as having been compiled with GNU CC (or another GNU
...
...
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