Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
1993-09-08 | gcc lint | K. Richard Pixley | 3 | -27/+48 | |
1993-09-08 | gcc lint | K. Richard Pixley | 6 | -5/+13 | |
1993-09-08 | gcc lint | K. Richard Pixley | 1 | -0/+5 | |
1993-09-08 | gcc lint | K. Richard Pixley | 3 | -8/+14 | |
1993-09-08 | gcc lint | K. Richard Pixley | 4 | -8/+19 | |
1993-09-08 | some gcc lint | K. Richard Pixley | 7 | -23/+54 | |
1993-09-08 | * config/obj-elf.c (obj_elf_section): Set SEC_LOAD when using | Ian Lance Taylor | 2 | -2/+7 | |
default flag values. | |||||
1993-09-08 | Back out this change; it doesn't work. | Jim Kingdon | 1 | -8/+0 | |
Tue Sep 7 13:06:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com) * dbxread.c (process_one_symbol): If the value of an N_FUN for a function is zero, use minimal symbols to get the address. | |||||
1993-09-08 | * stabs.texinfo (Stabs In ELF, Statics): More on relocating stabs | Jim Kingdon | 1 | -8/+7 | |
in ELF files. | |||||
1993-09-08 | Revert previous change. It doesn't work because it neglects to | Jim Kingdon | 2 | -93/+5 | |
consider there may be a file compiled without -g screwing things up (e.g. we are looking for the minimal symbol for "main" and we get the one for "start" instead). This is the change I mean: * minsyms.c, symtab.h (lookup_next_minimal_symbol): New function. * dbxread.c (process_one_symbol): Use it. | |||||
1993-09-08 | * minsyms.c, symtab.h (lookup_next_minimal_symbol): New function. | Jim Kingdon | 3 | -7/+97 | |
* dbxread.c (process_one_symbol): Use it. | |||||
1993-09-08 | * Makefile.in (mipsread.o): Depend on $(bfd_h). | Jim Kingdon | 2 | -2/+9 | |
1993-09-08 | add comment | Jim Kingdon | 1 | -1/+3 | |
1993-09-08 | * stabs.texinfo (Stabs In ELF, Statics): More on relocating stabs | Jim Kingdon | 2 | -31/+44 | |
in ELF files. | |||||
1993-09-08 | revise comment | Jim Kingdon | 1 | -2/+7 | |
1993-09-08 | * Makefile.in: add TEXINPUTS variable and use it in ld.dvi target | Jeffrey Osier | 2 | -35/+114 | |
1993-09-08 | support for --host HOST | David D. Zuhn | 1 | -1/+23 | |
1993-09-08 | Add missing ifdef to make m68k-aout targets happy. | Stan Shebs | 2 | -0/+4 | |
1993-09-07 | * configure.in (m88k-*-sysvr4*): Comment out previous change. | Jim Kingdon | 1 | -0/+4 | |
1993-09-07 | * remote.c (remote_wait): Don't call error. Instead, call warning | Ian Lance Taylor | 2 | -93/+105 | |
inside a loop. User can ^C to get out. | |||||
1993-09-07 | * gdbserver/Makefile.in (TAGS): config files are in | Jim Kingdon | 1 | -0/+3 | |
$(srcdir)/../config, not $(srcdir)/config. | |||||
1993-09-07 | * config/pa/tm-hppa.h: Declare target_read_pc and target_write_pc. | Jim Kingdon | 2 | -0/+12 | |
(STORE_RETURN_VAULE): Pass the correct offset of the return register to write_register_bytes. * hppa-tdep.c: Use target_write_pc if PCOQ_TAIL_REGNUM was not saved. | |||||
1993-09-07 | * gdb.t15/{return.c,return.exp,Makefile.in}: | Jim Kingdon | 1 | -0/+5 | |
New test, currently commented out. | |||||
1993-09-07 | * config.sub: Remove h8300hhms alias. | David Edelsohn | 1 | -0/+8 | |
1993-09-07 | * stabs.texinfo (Stabs In ELF): Talk about N_FUN value. | Jim Kingdon | 2 | -20/+33 | |
1993-09-07 | * config/m68k/tm-m68k.h (FIX_CALL_DUMMY): Changed name of swapping | Ian Lance Taylor | 3 | -4/+10 | |
routine to match BFD name change. * config/z8k/tm-z8k.h (FIX_CALL_DUMMY): Likewise. | |||||
1993-09-07 | * libbfd-in.h: Removed swapping routines declarations. | Ian Lance Taylor | 5 | -141/+642 | |
* bfd-in.h: Added swapping routine declarations, and renamed them from _do_* to bfd_*. * libbfd.c: Renamed swapping routines from _do_* to _bfd_*. * Changed all callers. * libbfd.h, bfd-in2.h: Rebuilt. | |||||
1993-09-07 | * mips-dis.c, m88k-dis.c: Don't include libbfd.h. Changed calls | Ian Lance Taylor | 1 | -0/+5 | |
to BFD swapping routines to correspond to BFD name changes. | |||||
1993-09-07 | * ecoff.h (AUX_GET_ANY, AUX_PUT_ANY): Changed to reflect further | Ian Lance Taylor | 2 | -16/+8 | |
change in bfd swapping routine names. | |||||
1993-09-07 | * dbxread.c (process_one_symbol): If the value of an N_FUN for a | Jim Kingdon | 2 | -1/+14 | |
function is zero, use minimal symbols to get the address. | |||||
1993-09-07 | Changes to support stabs-in-coff | Stan Shebs | 6 | -95/+536 | |
1993-09-07 | * elf32-i386.c (elf_howto_table): Set pcrel_offset to true for | Ian Lance Taylor | 1 | -0/+5 | |
R_386_PC32. | |||||
1993-09-07 | * ecoff.h (AUX_GET_ANY): Change name of _do_getb32 to reflect bfd | Jim Kingdon | 2 | -4/+21 | |
changes. | |||||
1993-09-07 | * stabs.texinfo (Local Variable Parameters): Talk about nameless | Jim Kingdon | 2 | -7/+37 | |
parameters on VAX. | |||||
1993-09-06 | Changed elf32_symbol_type to elf_symbol_type | Jeffrey Wheat | 2 | -1/+5 | |
1993-09-06 | Snapshot of stand alone i386 NLM debugging stub. Currently sanitized | Ian Lance Taylor | 2 | -0/+1060 | |
out because it contains Novell proprietary code. | |||||
1993-09-06 | * remote.c (remote_wait): Added 'W' and 'N' responses. | Ian Lance Taylor | 2 | -0/+73 | |
1993-09-06 | * nlmconv.c (total_bss_size): Removed. | Ian Lance Taylor | 1 | -0/+10 | |
(main): Set the bss vma to always follow the data section. Move symbols into new sections, and adjust values by output_offset. (setup_sections): Don't copy all sections, but instead point all text sections to .text, all data sections to .data, and all bss sections to .bss. (copy_sections): Adjust accordingly. | |||||
1993-09-04 | @up/@down -> @raisesections/@lowersections | Roland Pesch | 2 | -3/+7 | |
1993-09-03 | * ld.texinfo: re-enable included config file; conditionalize doc | Roland Pesch | 1 | -3/+4 | |
for -oformat to interact properly with SingleFormat doc config var; rename @up/@down to @raisesections/@lowersections. | |||||
1993-09-03 | * main.c, utils.c: Add comments about immediate_quit. | Jim Kingdon | 1 | -0/+2 | |
1993-09-03 | tiny additions & fixes | David MacKenzie | 1 | -9/+11 | |
1993-09-03 | PA and ELF changes | Ken Raeburn | 1 | -0/+64 | |
1993-09-03 | obj-elf.h change | Ken Raeburn | 1 | -0/+5 | |
1993-09-03 | more Utah changes, some cleanup of mine | Ken Raeburn | 3 | -380/+537 | |
1993-09-03 | (elf_symbol): Fixed name of elf_symbol_type. | Ken Raeburn | 1 | -8/+9 | |
No longer conditionalized on sparcv9. | |||||
1993-09-03 | * elfread.c (elf_symtab_read): Don't add symbols starting with ".L" | Jim Kingdon | 1 | -1/+6 | |
to minimal symbols. | |||||
1993-09-03 | configure.in, libbfd, elf, elf-hppa (utah) changes | Ken Raeburn | 1 | -0/+62 | |
1993-09-03 | Reorganized setting of makefile variables so 64-bit stuff works again. | Ken Raeburn | 1 | -21/+32 | |
1993-09-03 | more changes from Utah, see log for details | Ken Raeburn | 1 | -430/+559 | |