diff options
author | J.T. Conklin <jtc@acorntoolworks.com> | 1995-07-24 23:41:19 +0000 |
---|---|---|
committer | J.T. Conklin <jtc@acorntoolworks.com> | 1995-07-24 23:41:19 +0000 |
commit | 52c06ee49401525990169fcacf1bf79829b25ed7 (patch) | |
tree | 2194cac5d0763909ae25a4cf05c394b38ff8659e /binutils | |
parent | 981f4441448ba3ce9fca593aeec9b8c06ec14849 (diff) | |
download | gdb-52c06ee49401525990169fcacf1bf79829b25ed7.zip gdb-52c06ee49401525990169fcacf1bf79829b25ed7.tar.gz gdb-52c06ee49401525990169fcacf1bf79829b25ed7.tar.bz2 |
srconv.c (writeINT): When size == -2, use 2 bytes for the h8300 and 4 bytes
for the sh.
Diffstat (limited to 'binutils')
-rw-r--r-- | binutils/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 2799acaa..ca5c728 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,6 +1,9 @@ Mon Jul 24 13:52:28 1995 J.T. Conklin <jtc@rtl.cygnus.com> * srconv.c (wr_hd): Set afl field to 4 for bfd_arch_sh. + (writeINT): When size == -2, use 2 bytes for the h8300 and 4 bytes + for the sh. + * sysdump.c (fillup): Return size - 1, the last byte is a checksum and shouldn't be counted. * sysroff.info (hd): Changed segment identifier from a byte to a 1 |