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
a65fd88a
Commit
a65fd88a
authored
Dec 13, 2000
by
Aldy Hernandez
Committed by
Aldy Hernandez
Dec 13, 2000
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(ASM_OUTPUT_SECTION_NAME): emit @nobits
From-SVN: r38228
parent
8767c894
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
19 additions
and
0 deletions
+19
-0
gcc/ChangeLog
+9
-0
gcc/config/mips/elf.h
+2
-0
gcc/config/mips/elf64.h
+2
-0
gcc/config/mips/iris6.h
+2
-0
gcc/config/mips/netbsd.h
+2
-0
gcc/config/mips/openbsd.h
+2
-0
No files found.
gcc/ChangeLog
View file @
a65fd88a
2000-12-07 Aldy Hernandez <aldyh@redhat.com>
* config/mips/elf.h (ASM_OUTPUT_SECTION_NAME): emit @nobits
if changing into .bss section.
* config/mips/elf64.h: same.
* config/mips/iris6.h: same.
* config/mips/netbsd.h: same.
* config/mips/openbsd.h: same.
2000-12-13 Neil Booth <neil@daikokuya.demon.co.uk>
2000-12-13 Neil Booth <neil@daikokuya.demon.co.uk>
* cppfiles.c (read_name_map): Return null if open () fails.
* cppfiles.c (read_name_map): Return null if open () fails.
...
...
gcc/config/mips/elf.h
View file @
a65fd88a
...
@@ -67,6 +67,8 @@ do { \
...
@@ -67,6 +67,8 @@ do { \
fprintf (asm_out_text_file, "\t.section %s,\"ax\",@progbits\n", (NAME)); \
fprintf (asm_out_text_file, "\t.section %s,\"ax\",@progbits\n", (NAME)); \
else if ((DECL) && DECL_READONLY_SECTION (DECL, RELOC)) \
else if ((DECL) && DECL_READONLY_SECTION (DECL, RELOC)) \
fprintf (F, "\t.section %s,\"a\",@progbits\n", (NAME)); \
fprintf (F, "\t.section %s,\"a\",@progbits\n", (NAME)); \
else if (! strcmp (NAME, ".bss")) \
fprintf (F, "\t.section %s,\"aw\",@nobits\n", (NAME)); \
else \
else \
fprintf (F, "\t.section %s,\"aw\",@progbits\n", (NAME)); \
fprintf (F, "\t.section %s,\"aw\",@progbits\n", (NAME)); \
} while (0)
} while (0)
...
...
gcc/config/mips/elf64.h
View file @
a65fd88a
...
@@ -84,6 +84,8 @@ do { \
...
@@ -84,6 +84,8 @@ do { \
fprintf (asm_out_text_file, "\t.section %s,\"ax\",@progbits\n", (NAME)); \
fprintf (asm_out_text_file, "\t.section %s,\"ax\",@progbits\n", (NAME)); \
else if ((DECL) && DECL_READONLY_SECTION (DECL, RELOC)) \
else if ((DECL) && DECL_READONLY_SECTION (DECL, RELOC)) \
fprintf (F, "\t.section %s,\"a\",@progbits\n", (NAME)); \
fprintf (F, "\t.section %s,\"a\",@progbits\n", (NAME)); \
else if (! strcmp (NAME, ".bss")) \
fprintf (F, "\t.section %s,\"aw\",@nobits\n", (NAME)); \
else \
else \
fprintf (F, "\t.section %s,\"aw\",@progbits\n", (NAME)); \
fprintf (F, "\t.section %s,\"aw\",@progbits\n", (NAME)); \
} while (0)
} while (0)
...
...
gcc/config/mips/iris6.h
View file @
a65fd88a
...
@@ -379,6 +379,8 @@ do { \
...
@@ -379,6 +379,8 @@ do { \
fprintf (asm_out_text_file, "\t.section %s,1,6,4,4\n", (NAME)); \
fprintf (asm_out_text_file, "\t.section %s,1,6,4,4\n", (NAME)); \
else if ((DECL) && DECL_READONLY_SECTION (DECL, RELOC)) \
else if ((DECL) && DECL_READONLY_SECTION (DECL, RELOC)) \
fprintf (F, "\t.section %s,1,2,0,8\n", (NAME)); \
fprintf (F, "\t.section %s,1,2,0,8\n", (NAME)); \
else if (! strcmp (NAME, ".bss")) \
fprintf (F, "\t.section %s,\"aw\",@nobits\n", (NAME)); \
else \
else \
fprintf (F, "\t.section %s,1,3,0,8\n", (NAME)); \
fprintf (F, "\t.section %s,1,3,0,8\n", (NAME)); \
} while (0)
} while (0)
...
...
gcc/config/mips/netbsd.h
View file @
a65fd88a
...
@@ -214,6 +214,8 @@ do { \
...
@@ -214,6 +214,8 @@ do { \
fprintf (asm_out_text_file, "\t.section %s,\"ax\",@progbits\n", (NAME)); \
fprintf (asm_out_text_file, "\t.section %s,\"ax\",@progbits\n", (NAME)); \
else if ((DECL) && DECL_READONLY_SECTION (DECL, RELOC)) \
else if ((DECL) && DECL_READONLY_SECTION (DECL, RELOC)) \
fprintf (F, "\t.section %s,\"a\",@progbits\n", (NAME)); \
fprintf (F, "\t.section %s,\"a\",@progbits\n", (NAME)); \
else if (! strcmp (NAME, ".bss")) \
fprintf (F, "\t.section %s,\"aw\",@nobits\n", (NAME)); \
else \
else \
fprintf (F, "\t.section %s,\"aw\",@progbits\n", (NAME)); \
fprintf (F, "\t.section %s,\"aw\",@progbits\n", (NAME)); \
} while (0)
} while (0)
...
...
gcc/config/mips/openbsd.h
View file @
a65fd88a
...
@@ -115,6 +115,8 @@ do { \
...
@@ -115,6 +115,8 @@ do { \
fprintf (asm_out_text_file, "\t.section %s,\"ax\",@progbits\n", (NAME)); \
fprintf (asm_out_text_file, "\t.section %s,\"ax\",@progbits\n", (NAME)); \
else if ((DECL) && DECL_READONLY_SECTION (DECL, RELOC)) \
else if ((DECL) && DECL_READONLY_SECTION (DECL, RELOC)) \
fprintf (F, "\t.section %s,\"a\",@progbits\n", (NAME)); \
fprintf (F, "\t.section %s,\"a\",@progbits\n", (NAME)); \
else if (! strcmp (NAME, ".bss")) \
fprintf (F, "\t.section %s,\"aw\",@nobits\n", (NAME)); \
else \
else \
fprintf (F, "\t.section %s,\"aw\",@progbits\n", (NAME)); \
fprintf (F, "\t.section %s,\"aw\",@progbits\n", (NAME)); \
} while (0)
} while (0)
...
...
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