diff options
author | Ken Raeburn <raeburn@cygnus> | 1994-09-08 00:00:08 +0000 |
---|---|---|
committer | Ken Raeburn <raeburn@cygnus> | 1994-09-08 00:00:08 +0000 |
commit | 723735327addb1a60848e6fd0546be1c182b14f8 (patch) | |
tree | c37706152dc46626cb9a84503bf4b4783be06cc0 /gas | |
parent | ade614d5076838bda772ad9cf35a332298a8aedf (diff) | |
download | gdb-723735327addb1a60848e6fd0546be1c182b14f8.zip gdb-723735327addb1a60848e6fd0546be1c182b14f8.tar.gz gdb-723735327addb1a60848e6fd0546be1c182b14f8.tar.bz2 |
tc_gen_reloc, i386-linux, brokensed changes
Diffstat (limited to 'gas')
-rw-r--r-- | gas/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index e33ba02..2590356 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,5 +1,17 @@ Wed Sep 7 19:10:09 1994 Ken Raeburn (raeburn@cujo.cygnus.com) + * config/tc-i386.c (tc_gen_reloc): Use bfd_get_reloc_code_name to + display the name of the relocation type that couldn't be handled. + * config/tc-sparc.c (tc_gen_reloc): Likewise. + * config/tc-alpha.c (tc_gen_reloc): Likewise. Deleted abort call + after call to as_fatal. + + * configure.in (i386-*-linux*): Don't set bfd_gas. + + * Makefile.in (CC_FOR_TARGET, NM_FOR_TARGET, OBJDUMP_FOR_TARGET, + install, uninstall): Don't use "brokensed" hack any more, the new + autoconf code should never let program_transform_name be empty. + Update for autoconf beta 1.112: * aclocal.m4 (GAS_CHECK_DECL_NEEDED, GAS_WORKING_ASSERT): New macros. |