X-Git-Url: https://repo.jachan.dev/binutils.git/blobdiff_plain/04bde70d0447328c52ed416a4921cb39a3a4fa0e..2ab0b7f3e3b513899b5f0c0ff9d396b261310bc8:/gas/ChangeLog diff --git a/gas/ChangeLog b/gas/ChangeLog index 47c8f458c5..d81e06b8b2 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,31 @@ +Mon Feb 21 11:41:18 1994 Ian Lance Taylor (ian@cygnus.com) + + * config/ho-hpux.h (BROKEN_ASSERT): Define if not __GNUC__. + + * read.c (read_a_source_file): Use correct arguments to memcpy + (broken 19 Jul 1993). From kjd@pescadero.stanford.edu (Kenneth + Duda). + +Sun Feb 20 18:01:54 1994 Ian Lance Taylor (ian@lisa.cygnus.com) + + * config/obj-coff.h (obj_coff_section): Declare. + * config/obj-coff.c (obj_pseudo_table): For "section", use + obj_coff_section. + (obj_coff_section): Rewrite. + +Fri Feb 18 14:16:32 1994 Ken Raeburn (raeburn@cujo.cygnus.com) + + * configure.in (i386-*-mach3*): New target; uses BFD. + * config/te-mach.h: New file. + * config/obj-aout.c (obj_aout_frob_file): New function. + * config/obj-aout.h (obj_aout_frob_file): Declare it. + (frob_file): New macro. + * config/tc-i386.c (md_apply_fix_1) [TE_Mach]: Don't adjust + pcrel32 relocations. + * config/tc-i386.h (TARGET_FORMAT) [TE_Mach]: Use a.out-mach3. + + * write.c (write_object_file): Removed register declarations. + Thu Feb 17 16:25:18 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com) Some support for PowerPC ELF, although it isn't in BFD yet.