diff options
author | Steve Chamberlain <sac@cygnus> | 1994-07-15 08:51:49 +0000 |
---|---|---|
committer | Steve Chamberlain <sac@cygnus> | 1994-07-15 08:51:49 +0000 |
commit | 4725d7ae1fc2c303373116ee602c03b887e72014 (patch) | |
tree | d03135765480a19d1a9ff0fe0f8495bfe1f5fb58 /binutils/ChangeLog | |
parent | 0b0ee55e42276ffa2a8de6b730839149447278fa (diff) | |
download | gdb-4725d7ae1fc2c303373116ee602c03b887e72014.zip gdb-4725d7ae1fc2c303373116ee602c03b887e72014.tar.gz gdb-4725d7ae1fc2c303373116ee602c03b887e72014.tar.bz2 |
* coffgrok.c (do_where): Make data with no type 'int'.
(do_define): Keep info on source file of a symbol.
* coffgrok.h (coff_symbol): New field.
* srconv.c (PROGRAM_VERSION): Now 1.3
(wr_rl): Use external ref number for symbol.
(wr_dus): Only keep one source file per debug unit.
(wr_dln): Always emit line numbers for first source file,
(wr_globals): Emit globals in the du of their owning source file.
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r-- | binutils/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 9dddcba..ff68f27 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,14 @@ +Fri Jul 15 01:41:35 1994 Steve Chamberlain (sac@jonny.cygnus.com) + + * coffgrok.c (do_where): Make data with no type 'int'. + (do_define): Keep info on source file of a symbol. + * coffgrok.h (coff_symbol): New field. + * srconv.c (PROGRAM_VERSION): Now 1.3 + (wr_rl): Use external ref number for symbol. + (wr_dus): Only keep one source file per debug unit. + (wr_dln): Always emit line numbers for first source file, + (wr_globals): Emit globals in the du of their owning source file. + Mon Jul 11 15:59:03 1994 J.T. Conklin (jtc@phishhead.cygnus.com) * nlmheader.y: Null terminate var_hdr->threadName. |