aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorNick Clifton <nickc@gcc.gnu.org>1999-07-22 12:11:43 +0000
committerNick Clifton <nickc@gcc.gnu.org>1999-07-22 12:11:43 +0000
commit67ebece1ad145815208bef3cc7521fbb201ff502 (patch)
treec5086288c6d3664bcfd0eae7ca7e61759b8ddc0b /gcc
parent28f4ec01e98f2c5cc51653758029ca1a3fe8d56d (diff)
downloadgcc-67ebece1ad145815208bef3cc7521fbb201ff502.zip
gcc-67ebece1ad145815208bef3cc7521fbb201ff502.tar.gz
gcc-67ebece1ad145815208bef3cc7521fbb201ff502.tar.bz2
revert previous delta
From-SVN: r28218
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog8
-rw-r--r--gcc/config/arm/aout.h17
2 files changed, 0 insertions, 25 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 81580cb..f27596e 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -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.
diff --git a/gcc/config/arm/aout.h b/gcc/config/arm/aout.h
index cab0a90..1f3ee79 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) \