diff options
author | Ian Lance Taylor <ian@airs.com> | 1996-12-12 22:06:51 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1996-12-12 22:06:51 +0000 |
commit | d0d5edba84930baf71277350a33839ea42f45eac (patch) | |
tree | 4975234eeca1c2ef67aedbaeae86c34191bc1f87 /ld/ChangeLog | |
parent | 73d257842747877c8fed65f4b2ae7aa34111cc66 (diff) | |
download | gdb-d0d5edba84930baf71277350a33839ea42f45eac.zip gdb-d0d5edba84930baf71277350a33839ea42f45eac.tar.gz gdb-d0d5edba84930baf71277350a33839ea42f45eac.tar.bz2 |
* emultempl/gld960c.em: Include <ctype.h>.
(gld960_set_output_arch): Get the machine type from the -A option
if there is one, rather than always using core.
PR 11255.
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r-- | ld/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index b0c2f64..9be5652 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,13 @@ +Thu Dec 12 17:04:55 1996 Ian Lance Taylor <ian@cygnus.com> + + * emultempl/gld960c.em: Include <ctype.h>. + (gld960_set_output_arch): Get the machine type from the -A option + if there is one, rather than always using core. + +Sat Dec 7 10:07:51 1996 Jeffrey A Law (law@cygnus.com) + + * emulparms/mn10300.sh: Handle leading underscores. + Thu Dec 5 13:45:58 1996 Ian Lance Taylor <ian@cygnus.com> * emultempl/elf32.em (gld${EMULATION_NAME}_place_section): Only |