diff options
author | Steve Chamberlain <sac@cygnus> | 1991-11-07 19:06:38 +0000 |
---|---|---|
committer | Steve Chamberlain <sac@cygnus> | 1991-11-07 19:06:38 +0000 |
commit | 85e0c721398e2b9c800ee48a709756798221e260 (patch) | |
tree | 381128e7ff5d2bd6b58a254f475cfc97225e63d5 /bfd/ChangeLog | |
parent | cfafcfa374967fc0e54235dbc7ddea95ab898b60 (diff) | |
download | gdb-85e0c721398e2b9c800ee48a709756798221e260.zip gdb-85e0c721398e2b9c800ee48a709756798221e260.tar.gz gdb-85e0c721398e2b9c800ee48a709756798221e260.tar.bz2 |
Thu Nov 7 11:03:55 1991 Steve Chamberlain (sac at rtl.cygnus.com)
* coffcode.h: Defined new macros [PUT|GET]LINENO_LNNO for
manipulation of lnno fields in lineno structs in a coff-<f>.h
independent way. Override it in coff-<f>.h to your favourite
number if you don't have a 16bit lnno field. (coff_swap_lineno_in)
(coff_swap_lineno_out): modified to use the new macros.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 14241af..5332edb 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,18 @@ +Thu Nov 7 11:03:55 1991 Steve Chamberlain (sac at rtl.cygnus.com) + + * coffcode.h: Defined new macros [PUT|GET]LINENO_LNNO for + manipulation of lnno fields in lineno structs in a coff-<f>.h + independent way. Override it in coff-<f>.h to your favourite + number if you don't have a 16bit lnno field. (coff_swap_lineno_in) + (coff_swap_lineno_out): modified to use the new macros. + +Mon Nov 4 11:38:33 1991 Steve Chamberlain (sac at cygnus.com) + + * aoutf1.h (sunos4_callback): Now defaults to 68020 rather than + unknown arch when the magic number doesn't specify the + architecture, since some OSs (eg old sun3s) don't set the number, and + 020 is probably the right answer anyway. + Sun Nov 3 12:07:08 1991 Per Bothner (bothner at cygnus.com) * hosts/h-news.h, hosts/h-rtbsd.h: |