* as.h: Test NEED_DECLARATION_*, not NEED_*_DECLARATION.
authorKen Raeburn <raeburn@cygnus>
Mon, 19 Sep 1994 16:17:53 +0000 (16:17 +0000)
committerKen Raeburn <raeburn@cygnus>
Mon, 19 Sep 1994 16:17:53 +0000 (16:17 +0000)
* configure.in: Test for remove, not delete.  Fix cross-assembler test.
* as.h: Test HAVE_REMOVE, not HAVE_DELETE; define unlink to remove, not delete.

gas/ChangeLog
gas/conf.in

index a5a8bcf..31f8b8e 100644 (file)
@@ -1,3 +1,12 @@
+Mon Sep 19 12:12:46 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
+
+       * as.h: Test NEED_DECLARATION_*, not NEED_*_DECLARATION.
+
+       * configure.in: Test for remove, not delete.  Fix cross-assembler
+       test.
+       * as.h: Test HAVE_REMOVE, not HAVE_DELETE; define unlink to
+       remove, not delete.
+
 Mon Sep 19 12:05:03 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
 
        * config/obj-coff.c (c_dot_file_symbol): Use bfd_abs_section_ptr,
@@ -31,6 +40,11 @@ Tue Sep 13 20:05:47 1994  Jeff Law  (law@snake.cs.utah.edu)
 
 Tue Sep 13 21:15:36 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
 
+       * read.c (pseudo_set, case O_symbol): If
+       OBJ_COPY_SYMBOL_ATTRIBUTES is defined, invoke it.
+       [BFD_ASSEMBLER]: Copy BSF_FUNCTION setting too.
+       * config/obj-elf.h (OBJ_COPY_SYMBOL_ATTRIBUTES): Define.
+
        * config/tc-i386.c (md_apply_fix_1): For GOTPC relocs, decrement
        value by one; discard adjustments previously being made.  From
        Eric Youngdale.
index e0629b6..cc2f106 100644 (file)
@@ -66,8 +66,8 @@
 /* Needed only for sparc configuration */
 #undef sparcv9
 
-/* Define if you have the delete function.  */
-#undef HAVE_DELETE
+/* Define if you have the remove function.  */
+#undef HAVE_REMOVE
 
 /* Define if you have the unlink function.  */
 #undef HAVE_UNLINK