diff options
author | nickc <nickc@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-07-22 12:11:43 +0000 |
---|---|---|
committer | nickc <nickc@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-07-22 12:11:43 +0000 |
commit | 04d5e02fba4b1fe170e6f34dadebd577452e5537 (patch) | |
tree | c5086288c6d3664bcfd0eae7ca7e61759b8ddc0b /gcc/config | |
parent | 53800dbee7b839d1775de133cfe4df4285cc1e7e (diff) | |
download | gcc-04d5e02fba4b1fe170e6f34dadebd577452e5537.tar.gz |
revert previous delta
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@28218 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config')
-rw-r--r-- | gcc/config/arm/aout.h | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/gcc/config/arm/aout.h b/gcc/config/arm/aout.h index cab0a90e9b4..1f3ee79596b 100644 --- a/gcc/config/arm/aout.h +++ b/gcc/config/arm/aout.h @@ -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) \ |