diff options
author | Richard Henderson <rth@redhat.com> | 1998-01-14 23:54:17 +0000 |
---|---|---|
committer | Richard Henderson <rth@redhat.com> | 1998-01-14 23:54:17 +0000 |
commit | 5f91fe02c06f5f5a6dfbcc8d16b485238fc71a2b (patch) | |
tree | 483cb98c6a723d5394f9ed624fb38de969feccd4 /binutils | |
parent | f27bb101a59e704fc2e6d6984d622d750537a7dc (diff) | |
download | gdb-5f91fe02c06f5f5a6dfbcc8d16b485238fc71a2b.zip gdb-5f91fe02c06f5f5a6dfbcc8d16b485238fc71a2b.tar.gz gdb-5f91fe02c06f5f5a6dfbcc8d16b485238fc71a2b.tar.bz2 |
* srconv.c (sh, h8300): Delete variables.
(addrsize, toolname, rnames): New variables.
(writeINT): Use addrsize.
(wr_un): Use toolname.
(wr_hd): Set up addrsize et al properly for h8300[hs].
(walk_tree_symbol): Zero dsy. Use rnames.
(wr_un, wr_hd, wr_ob, wr_du): Use proper bfd access macros.
* sysdump.c (sh, h8300): Delete variables.
(addrsize): New variable.
(getINT): Use it.
(getone): Initialize it.
(getBITS): Range check on MAX.
Diffstat (limited to 'binutils')
-rw-r--r-- | binutils/ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 0cb5936..5750664 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,18 @@ +Wed Jan 14 15:29:43 1998 Richard Henderson <rth@cygnus.com> + + * srconv.c (sh, h8300): Delete variables. + (addrsize, toolname, rnames): New variables. + (writeINT): Use addrsize. + (wr_un): Use toolname. + (wr_hd): Set up addrsize et al properly for h8300[hs]. + (walk_tree_symbol): Zero dsy. Use rnames. + (wr_un, wr_hd, wr_ob, wr_du): Use proper bfd access macros. + * sysdump.c (sh, h8300): Delete variables. + (addrsize): New variable. + (getINT): Use it. + (getone): Initialize it. + (getBITS): Range check on MAX. + Mon Dec 29 16:58:05 1997 Ian Lance Taylor <ian@cygnus.com> From Matthew Bellantoni <matthew@chrysalis.com>: |