diff options
author | Jeff Law <law@redhat.com> | 1996-05-07 06:40:28 +0000 |
---|---|---|
committer | Jeff Law <law@redhat.com> | 1996-05-07 06:40:28 +0000 |
commit | 552c64ac4b5d7495f6dbc28af526ae645c3401cf (patch) | |
tree | 89f099dda390413ab3c2374fa9b13bd4571e3f43 /include/coff/ChangeLog | |
parent | 4015337ec79ce2406cb162605a0ceb271e9cc4cf (diff) | |
download | gdb-552c64ac4b5d7495f6dbc28af526ae645c3401cf.zip gdb-552c64ac4b5d7495f6dbc28af526ae645c3401cf.tar.gz gdb-552c64ac4b5d7495f6dbc28af526ae645c3401cf.tar.bz2 |
* 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.
(R_MOV24B1, R_MOV24B2): Renamed from R_MOVLB1 and R_MOVLB2.
(R_MOVL1, R_MOVL2): New relocs.
More changes for the H8/300 relaxing linker. HMSE.
Diffstat (limited to 'include/coff/ChangeLog')
-rw-r--r-- | include/coff/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/include/coff/ChangeLog b/include/coff/ChangeLog index 2b332a7..edb8de3 100644 --- a/include/coff/ChangeLog +++ b/include/coff/ChangeLog @@ -1,3 +1,11 @@ +Tue May 7 00:36:39 1996 Jeffrey A Law (law@cygnus.com) + + * 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. + (R_MOV24B1, R_MOV24B2): Renamed from R_MOVLB1 and R_MOVLB2. + (R_MOVL1, R_MOVL2): New relocs. + Fri May 3 13:01:12 1996 Jeffrey A Law (law@cygnus.com) * internal.h (R_PCRWORD_B): Define for the h8300 relaxing |