Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
1993-08-07 | * elfread.c (elf_symtab_read): Properly sort out the bss symbols | Fred Fish | 3 | -9/+72 | |
from the data symbols and give them the correct minimal_symbol_type. Add file static symbols to the minimal symbol table, not just global symbols. Ignore symbols that are section names and file names. * dwarfread.c (add_partial_symbol): Add comment about limitations of DWARF symbols for distinquishing data from bss when adding minimal symbols. Add file local symbols to minimal symbols. | |||||
1993-08-07 | * gdb.t10/nodebug.exp: Expect to find local/global minimal symbols | Fred Fish | 1 | -0/+7 | |
in text, data, and bss. * gdb.t10/nodebug.c: Add local and global test variables for initialized and uninitialized data. | |||||
1993-08-07 | * elfcode.h (elf_object_p): Add comment about what this function | Fred Fish | 1 | -0/+12 | |
does and to watch out for side effects. Add FIXME for memory leaks. Fix comment about checking for matching byte order. Preserve pointer to old tdata (if any), and restore it if we don't match file with target vector. If we are going to use goto's, use them consistently and maintainably. * nlmcode.h (nlm_object_p): Expand comments about leaked memory to note that the problem is even more serious than just leaked memory. Replace goto with more traditional return. | |||||
1993-08-07 | cleanups | David MacKenzie | 2 | -1/+24 | |
1993-08-07 | gpl -> lgpl | David MacKenzie | 1 | -3/+3 | |
1993-08-07 | update from FSF | David MacKenzie | 2 | -60/+128 | |
1993-08-07 | update from FSF | David MacKenzie | 2 | -21/+31 | |
1993-08-06 | clean up error messages | David MacKenzie | 2 | -5/+17 | |
1993-08-06 | add hp300bsd to default target vector | David MacKenzie | 3 | -10/+24 | |
1993-08-06 | * ecoff.c (ecoff_set_symbol_info): Removed special handling for | Ian Lance Taylor | 2 | -12/+6 | |
scBss and scSBss symbols, since it was wrong. | |||||
1993-08-06 | * libelf.h (NAME): Provide a default definition, that's neither | Ken Raeburn | 2 | -1/+20 | |
for 32 bits nor for 64. Tue Jun 15 14:38:32 1993 Michael Meissner (meissner@osf.org) * libelf.h (elf_hash): Change declaration to bfd_elf_hash, since that is what is in elf.c. | |||||
1993-08-06 | changes to write.c, obj-elf.c, tc-sparc.c | Ken Raeburn | 1 | -0/+12 | |
1993-08-06 | v9 changes | Ken Raeburn | 1 | -0/+6 | |
1993-08-06 | * Makefile.in (coff-mips.o, coff-alpha.o): Don't depend on | Ian Lance Taylor | 2 | -2/+5 | |
coffcode.h. | |||||
1993-08-06 | * coffcode.h (sec_to_styp_flags): Inspired by mb@tti.COM (Michael | Ian Lance Taylor | 1 | -0/+3 | |
Bloom): Only set STYP_BSS for SEC_ALLOC sections. | |||||
1993-08-06 | * configure.in (mips-*-riscos*, mips-*-sysv*): New (untested) | Ian Lance Taylor | 1 | -0/+3 | |
targets, using ecoff and mips-big. | |||||
1993-08-06 | * scripttempl/mips.sc: Always define _ftext, _fdata, _fbss. | Ian Lance Taylor | 1 | -0/+11 | |
(BSS_VAR): Removed; now always define _fbss. * emulparams/mipsidt.sh, emulparams/mipsidtl.sh (BSS_VAR): Removed. | |||||
1993-08-06 | * ecoff.c (ecoff_slurp_armap): From Arne Henrik Juul | Ian Lance Taylor | 2 | -0/+13 | |
<arnej@kari.fm.unit.no>: Handle a COFF style armap. | |||||
1993-08-06 | (md_apply_fix): Fill in values for BFD_RELOC_{32,64}, not zeros. | Ken Raeburn | 1 | -12/+15 | |
(md_pseudo_table): Handle .uaxword. | |||||
1993-08-06 | * mips-opc.c: From davidj@ICSI.Berkeley.EDU (David Johnson): Took | Ian Lance Taylor | 1 | -0/+6 | |
coprocessor instructions out of #if 0, and made them use new argument type "C". | |||||
1993-08-06 | * config/tc-mips.c (mips_ip): From davidj@ICSI.Berkeley.EDU (David | Ian Lance Taylor | 1 | -0/+5 | |
Johnson): Added case for 'C' for coprocessor instruction codes. | |||||
1993-08-06 | * hpux-core.c: Cast return value from bfd_zalloc. | Jim Kingdon | 1 | -0/+4 | |
1993-08-06 | * ser-go32.c: Define job_control variable. | Jim Kingdon | 1 | -3/+1 | |
1993-08-06 | * ser-go32.c: Define job_control variable. | Jim Kingdon | 2 | -1/+12 | |
1993-08-05 | use mh-hp300 | David D. Zuhn | 1 | -0/+1 | |
1993-08-05 | handle z8k-coff | David D. Zuhn | 1 | -1/+1 | |
1993-08-05 | error fixes and clarifications | David MacKenzie | 1 | -84/+89 | |
1993-08-05 | new file for hp300 hosts | David D. Zuhn | 2 | -0/+9 | |
1993-08-05 | * sparc-dis.c: Include ansidecl.h before opcodes/sparc.h. | Jim Kingdon | 1 | -0/+25 | |
1993-08-05 | (write_object_file): Test DEBUG_SYMS instead of DEBUG for verifying sym chain. | Ken Raeburn | 1 | -121/+131 | |
(merge_data_into_text, relax_and_size_all_segments): New fns, split out from write_object_file. | |||||
1993-08-05 | Makefile.in, bfd-in.h, reloc, elf32-i386, elfcode changes | Ken Raeburn | 1 | -0/+40 | |
1993-08-05 | * 29k-share/udi/udip2soc.c: Include sys/types.h before sys/file.h. | Jim Kingdon | 2 | -1/+6 | |
1993-08-05 | regenerated | Ken Raeburn | 1 | -4/+17 | |
1993-08-05 | Wed Jun 23 06:05:58 1993 Michael Meissner (meissner@osf.org) | Ken Raeburn | 1 | -5/+7 | |
* elfcode.h (elf_write_object_contents): Don't drop core if elf_symbol_from returns a NULL pointer when processing a non-elf symbol, use a 0 size instead. Tue Jun 15 14:38:32 1993 Michael Meissner (meissner@osf.org) * elfcode.h (elf_hash): Delete macro mapping elf_hash to bfd_elf32_hash, since the hash table is independent of the 32/64 bit system. | |||||
1993-08-05 | rewrite comment -- bfd-in2.h is generated too | Ken Raeburn | 1 | -4/+38 | |
1993-08-05 | add i386-elf relocs (from Meissner) | Ken Raeburn | 1 | -2/+29 | |
1993-08-05 | (BFD_LIBS): Always include elf.o. | Ken Raeburn | 1 | -12/+15 | |
(BFD32_BACKENDS): Don't include elf.o here. (ofiles): Delete references to ofiles2 and ofiles3. (do_clean): Delete ofiles. (BFDIN_H): Changed references to $(srcdir)/bfd-in2.h. (stmp-bfd.h): Use bfd.h-new as temporary name, not bfd.h2. (headers): Use bfd-in2.h-new as temporary name, not bfd.h-new. | |||||
1993-08-05 | * config/i386/tm-i386bsd.h (NUM_REGS): There are only 10, not 11. | Jim Kingdon | 2 | -1/+4 | |
1993-08-05 | * nlmcode.h (nlm_get_reloc_upper_bound): Test return value | Fred Fish | 2 | -2/+9 | |
of nlm_slurp_symbol_table as boolean, not pointer. * nlmcode.h (nlm_canonicalize_reloc): Test return value of nlm_slurp_reloc_fixups as boolean, not pointer. | |||||
1993-08-05 | * config/unix-gdb.exp (gdb_exit): Add "wait". | Jim Kingdon | 2 | -0/+21 | |
1993-08-05 | read.c change; yesterdays elf/sparc changes | Ken Raeburn | 1 | -0/+22 | |
1993-08-05 | (emit_expr): Use BFD_RELOC_64 fr 8-byte expressions. | Ken Raeburn | 1 | -6/+14 | |
1993-08-05 | * inflow.c: Put all uses of F_GETFL and F_SETFL in #ifdef F_GETFL. | Jim Kingdon | 1 | -0/+2 | |
1993-08-05 | don't use $$(CC_FOR_TARGET) because that ends up being bash execute command | Mark Eichin | 1 | -1/+7 | |
syntax; use $(CC_FOR_TARGET) instead. | |||||
1993-08-05 | * 29k-share/udi/udip2soc.c: Include fcntl.h not sys/fcntl.h. | Jim Kingdon | 2 | -1/+10 | |
1993-08-05 | Changes to add dejagnu testsuite support | Jeffrey Wheat | 1 | -0/+7 | |
1993-08-05 | New files for ld testsuites | Jeffrey Wheat | 7 | -0/+359 | |
1993-08-05 | add missing newlines in messages | David MacKenzie | 4 | -218/+239 | |
1993-08-05 | fix line numbers | David MacKenzie | 1 | -0/+12 | |
1993-08-05 | * gdb.t10/Makefile.in (nodebug.o): Don't use "-c -o", many | Fred Fish | 1 | -0/+8 | |
compilers don't grok it. * gdb.t16/gdbme.c (ctable1): Initialize unsigned char array with small octal ints rather than character constants, which are signed and might not fit if first promoted to int. |