aboutsummaryrefslogtreecommitdiff
path: root/bfd
diff options
context:
space:
mode:
authorKen Raeburn <raeburn@cygnus>1993-06-03 21:13:32 +0000
committerKen Raeburn <raeburn@cygnus>1993-06-03 21:13:32 +0000
commitc8f3a0e160213280c0671411d16c056a9486a0f3 (patch)
tree7b6cd3ec15db0f018f120b85234ae9fb4bc5c604 /bfd
parent8f46088168cd4c9bdbd76ffa266f37184cc69fea (diff)
downloadgdb-c8f3a0e160213280c0671411d16c056a9486a0f3.zip
gdb-c8f3a0e160213280c0671411d16c056a9486a0f3.tar.gz
gdb-c8f3a0e160213280c0671411d16c056a9486a0f3.tar.bz2
today's changes; details from Utah on their changes
Diffstat (limited to 'bfd')
-rw-r--r--bfd/ChangeLog31
1 files changed, 26 insertions, 5 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index cfdb36a..bdb022e 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,3 +1,18 @@
+Thu Jun 3 13:07:42 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
+
+ * elfcode.h (elf_map_symbols): Don't crash if no symbols have been
+ allocated yet.
+
+ From Peter Hoogenboom (hoogen@schafer.cs.utah.edu):
+ * libhppa.h (MAXCOMLEN): Define unconditionally.
+ (_PA_RISC_ID): Only define if not already defined.
+ * elf32-hppa.c: Include libhppa.h.
+
+ From Ralph Campbell:
+ * hosts/mipsbsd.h (HOST_DATA_START_ADDR): Delete definition.
+
+ * elf32-hppa.h (symext_rootP, symext_lastP): Delete decls.
+
Thu Jun 3 00:23:53 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
* config/go32.mh: define EXTRALIBES to -lm (for binutils), also
@@ -63,11 +78,17 @@ Tue Jun 1 04:15:57 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
* elfcode.h (bfd_elf_locate_sh): New function to locate ELF
section header.
- (bfd_add_to_strtab):
- (elf_idx_of_sym):
- (elf_compute_section_file_positions):
- (elf_write_object_contents):
- (elf_get_sect_thunk):
+
+ * elfcode.h (bfd_add_to_strtab): Made non-static due to a call
+ from elf32-hppa.c.
+
+ * elfcode.h (elf_idx_of_sym): Return STN_UNDEF instead of 0 when
+ the symbol is not found.
+
+ * elfcode.h (elf_compute_section_file_positions): Not all section
+ file positions were computed.
+
+ * elfcode.h (elf_get_sect_thunk): New function.
* hppa.c (sign_ext): Reimplement.