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
bbc1b3f7
Commit
bbc1b3f7
authored
Dec 01, 1998
by
Nick Clifton
Committed by
Nick Clifton
Dec 01, 1998
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix problems encountered after recent egcs->devo marge
From-SVN: r24027
parent
2b49ee39
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
16 additions
and
9 deletions
+16
-9
gcc/ChangeLog
+9
-0
gcc/config/arm/t-arm-elf
+2
-0
gcc/config/arm/unknown-elf.h
+5
-9
No files found.
gcc/ChangeLog
View file @
bbc1b3f7
Tue
Dec
1
10
:
23
:
16
1998
Nick
Clifton
<
nickc
@cygnus
.
com
>
*
config
/
arm
/
t
-
arm
-
elf
(
LIBGCC2_CFLAGS
)
:
Define
inhibit_libc
.
Tue
Dec
1
10
:
22
:
18
1998
Nick
Clifton
<
nickc
@cygnus
.
com
>
*
config
/
arm
/
unknown
-
elf
.
h
(
ASM_OUTPUT_DWARF2_ADDR_CONST
)
:
Remove
use
of
user
-
label_prefix
.
Tue
Dec
1
17
:
58
:
26
1998
J
"orn Rennecke <amylaar@cygnus.co.uk>
* local-alloc.c (function_invariant_p): New function.
...
...
gcc/config/arm/t-arm-elf
View file @
bbc1b3f7
...
...
@@ -29,3 +29,5 @@ MULTILIB_MATCHES =
LIBGCC = stmp-multilib
INSTALL_LIBGCC = install-multilib
LIBGCC2_CFLAGS = -Dinhibit_libc
gcc/config/arm/unknown-elf.h
View file @
bbc1b3f7
...
...
@@ -20,7 +20,7 @@ the Free Software Foundation, 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA. */
/* Run-time Target Specification. */
#define TARGET_VERSION fputs (" (ARM non-Linux)", stderr);
#define TARGET_VERSION fputs (" (ARM
/ELF
non-Linux)", stderr);
/* If you don't define HAVE_ATEXIT, and the object file format/OS/whatever
does not support constructors/destructors, then gcc implements destructors
...
...
@@ -96,7 +96,7 @@ func_ptr __DTOR_END__[1] = { (func_ptr) 0 };
#define ASM_OUTPUT_SECTION_NAME(STREAM, DECL, NAME, RELOC) \
do { \
if ((DECL) && TREE_CODE (DECL) == FUNCTION_DECL) \
fprintf (STREAM, "\t.section %s,\"ax\",@progbits\n", (NAME));
\
fprintf (STREAM, "\t.section %s,\"ax\",@progbits\n", (NAME));
\
else if ((DECL) && DECL_READONLY_SECTION (DECL, RELOC)) \
fprintf (STREAM, "\t.section %s,\"a\"\n", (NAME)); \
else \
...
...
@@ -108,11 +108,7 @@ do { \
#define UNALIGNED_WORD_ASM_OP ".4byte"
#define ASM_OUTPUT_DWARF2_ADDR_CONST(FILE,ADDR) \
if (((ADDR)[0] == '.') && ((ADDR)[1] == 'L')) \
fprintf ((FILE), "\t%s\t%s", UNALIGNED_WORD_ASM_OP, (ADDR)); \
else \
fprintf ((FILE), "\t%s\t%s%s", \
UNALIGNED_WORD_ASM_OP, USER_LABEL_PREFIX, (ADDR))
fprintf ((FILE), "\t%s\t%s", UNALIGNED_WORD_ASM_OP, ADDR)
#define ASM_OUTPUT_DWARF_ADDR_CONST(FILE,RTX) \
do { \
...
...
@@ -131,7 +127,7 @@ do { \
#define UNIQUE_SECTION(DECL,RELOC) \
do { \
int len; \
char *
name, *string, *prefix;
\
char *
name, * string, * prefix;
\
\
name = IDENTIFIER_POINTER (DECL_ASSEMBLER_NAME (DECL)); \
\
...
...
@@ -161,6 +157,6 @@ do { \
#define CPP_APCS_PC_DEFAULT_SPEC "-D__APCS_32__"
#define SUBTARGET_CPU_DEFAULT TARGET_CPU_arm7tdmi
/* Now get the routine arm-elf definitions. */
#include "arm/elf.h"
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