+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,
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.
/* 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