diff options
author | Ian Lance Taylor <ian@airs.com> | 1994-09-02 20:42:28 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1994-09-02 20:42:28 +0000 |
commit | 3ffbc9073e4408f31d467c944cce23a4c75d5c4b (patch) | |
tree | 8db74f50046fcfc2195e66cbd91245f202a8d566 /gas/ChangeLog | |
parent | 0443af31895058297b019b003e2b05974224f1f2 (diff) | |
download | gdb-3ffbc9073e4408f31d467c944cce23a4c75d5c4b.zip gdb-3ffbc9073e4408f31d467c944cce23a4c75d5c4b.tar.gz gdb-3ffbc9073e4408f31d467c944cce23a4c75d5c4b.tar.bz2 |
* ecoff.c (add_file): Don't try to generate line numbers if the
symbol table has been frozen.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 4822e63..22c0503 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,19 @@ +Fri Sep 2 16:05:50 1994 Ian Lance Taylor (ian@sanguine.cygnus.com) + + * ecoff.c (add_file): Don't try to generate line numbers if the + symbol table has been frozen. + +Thu Sep 1 19:48:01 1994 Ken Raeburn (raeburn@cujo.cygnus.com) + + * aclocal.m4 (AC_PROG_CC): Use AC_DEFUN, and omit AC_PROVIDE. + + * configure.in: Handle user-specified bfd-assembler option with + separate variable from preferred configuration, until the two are + resolved. Indicate bfd_gas=preferred for linux a.out. Use + AC_PROGRAM_TRANSFORM_NAME, for which a patch has been sent to djm. + * Makefile.in (target_alias, program_transform_name): Define, + using autoconf @-substitutions. + Wed Aug 31 17:43:06 1994 Ken Raeburn (raeburn@cujo.cygnus.com) * atof-generic.c: Deleted alloca handling here. |