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
67ebece1
Commit
67ebece1
authored
Jul 22, 1999
by
Nick Clifton
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
revert previous delta
From-SVN: r28218
parent
28f4ec01
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
25 deletions
+0
-25
gcc/ChangeLog
+0
-8
gcc/config/arm/aout.h
+0
-17
No files found.
gcc/ChangeLog
View file @
67ebece1
...
...
@@ -13,14 +13,6 @@ Thu Jul 22 11:25:20 1999 Bernd Schmidt <bernds@cygnus.co.uk>
(
expand_builtin
,
string_constant
)
:
Declare
functions
.
*
Makefile
.
in
:
Update
to
build
builtin
.
o
.
Wed
Jul
21
12
:
37
:
34
IDT
1999
Vladik
Goytin
(
goytin
@yahoo
.
com
)
*
config
/
arm
/
aout
.
h
(
ASM_OUTPUT_SECTION_NAME
)
:
New
macro
:
Support
section
attribute
for
the
target
'
arm
-
semi
-
aout
'
for
the
sections
.
text
and
.
data
only
.
*
config
/
arm
/
coff
.
h
(
ASM_OUTPUT_SECTION_NAME
)
:
Override
defintion
in
aout
.
h
Wed
Jul
21
00
:
46
:
58
1999
Mark
P
.
Mitchell
<
mark
@codesourcery
.
com
>
*
defaults
.
h
(
DWARF2_GENERATE_TEXT_SECTION_LABEL
)
:
New
macro
.
...
...
gcc/config/arm/aout.h
View file @
67ebece1
...
...
@@ -311,23 +311,6 @@ Boston, MA 02111-1307, USA. */
/* Output a source line for the debugger. */
/* #define ASM_OUTPUT_SOURCE_LINE(STREAM,LINE) */
/* Output a section name. */
#ifndef ASM_OUTPUT_SECTION_NAME
#define ASM_OUTPUT_SECTION_NAME(FILE, DECL, NAME, RELOC) \
do \
{ \
if (strcmp (NAME, ".text") != 0 && strcmp (NAME, ".data") != 0) \
{ \
fprintf (stderr, \
"Section attribute supported only for sections \".text\" and \".data\".\n"); \
abort (); \
} \
else \
fprintf (FILE, "%s\n", NAME); \
} \
while (0)
#endif
/* Output a #ident directive. */
#ifndef ASM_OUTPUT_IDENT
#define ASM_OUTPUT_IDENT(STREAM,STRING) \
...
...
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