diff options
author | Jeff Law <law@redhat.com> | 1996-05-07 08:11:43 +0000 |
---|---|---|
committer | Jeff Law <law@redhat.com> | 1996-05-07 08:11:43 +0000 |
commit | 6ac0dc65023557823e1aa75d7fc9188ca70540eb (patch) | |
tree | d0c1bf217c66710a2c02f5d06bab377b4306d6ed /include/coff | |
parent | c47fc401369ad13912f3796387ef7f5da4387818 (diff) | |
download | gdb-6ac0dc65023557823e1aa75d7fc9188ca70540eb.zip gdb-6ac0dc65023557823e1aa75d7fc9188ca70540eb.tar.gz gdb-6ac0dc65023557823e1aa75d7fc9188ca70540eb.tar.bz2 |
* internal.h (R_JMPL2): Renamed from R_JMPL_B8 to be
consistent with other similar relocs.
Cleaning up while working on HMSE.
Diffstat (limited to 'include/coff')
-rw-r--r-- | include/coff/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/coff/ChangeLog b/include/coff/ChangeLog index edb8de3..9c22ae7 100644 --- a/include/coff/ChangeLog +++ b/include/coff/ChangeLog @@ -1,5 +1,8 @@ Tue May 7 00:36:39 1996 Jeffrey A Law (law@cygnus.com) + * internal.h (R_JMPL2): Renamed from R_JMPL_B8 to be + consistent with other similar relocs. + * internal.h (H8/300 specific relocs): Add comments better explaining what each reloc is used for. (R_MOV16B1, R_MOV16B2): Renamed from R_MOVB1 and R_MOVB2. |