mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-12-12 14:37:43 +00:00
Added missing ChangeLog entry for Sean's check in, and rebuilt
bfd-in2.h.
This commit is contained in:
parent
3af0f479d0
commit
e9c6595dd4
@ -1,5 +1,9 @@
|
||||
Thu Mar 31 11:52:15 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
|
||||
|
||||
* reloc.c (bfd_reloc_code_real_type): Added BFD_RELOC_26 (from sef
|
||||
and raeburn).
|
||||
* bfd-in2.h: Rebuilt.
|
||||
|
||||
* nlm32-i386.c (nlm_i386_read_import): Null terminate the symbol
|
||||
name.
|
||||
* nlm32-alpha.c (nlm_alpha_read_import): Likewise.
|
||||
|
@ -1255,6 +1255,7 @@ typedef enum bfd_reloc_code_real
|
||||
/* Basic absolute relocations */
|
||||
BFD_RELOC_64,
|
||||
BFD_RELOC_32,
|
||||
BFD_RELOC_26,
|
||||
BFD_RELOC_16,
|
||||
BFD_RELOC_14,
|
||||
BFD_RELOC_8,
|
||||
|
Loading…
Reference in New Issue
Block a user