aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
1993-09-08gcc lintK. Richard Pixley3-27/+48
1993-09-08gcc lintK. Richard Pixley6-5/+13
1993-09-08gcc lintK. Richard Pixley1-0/+5
1993-09-08gcc lintK. Richard Pixley3-8/+14
1993-09-08gcc lintK. Richard Pixley4-8/+19
1993-09-08some gcc lintK. Richard Pixley7-23/+54
1993-09-08 * config/obj-elf.c (obj_elf_section): Set SEC_LOAD when usingIan Lance Taylor2-2/+7
default flag values.
1993-09-08Back out this change; it doesn't work.Jim Kingdon1-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 stabsJim Kingdon1-8/+7
in ELF files.
1993-09-08Revert previous change. It doesn't work because it neglects toJim Kingdon2-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 Kingdon3-7/+97
* dbxread.c (process_one_symbol): Use it.
1993-09-08* Makefile.in (mipsread.o): Depend on $(bfd_h).Jim Kingdon2-2/+9
1993-09-08add commentJim Kingdon1-1/+3
1993-09-08 * stabs.texinfo (Stabs In ELF, Statics): More on relocating stabsJim Kingdon2-31/+44
in ELF files.
1993-09-08revise commentJim Kingdon1-2/+7
1993-09-08 * Makefile.in: add TEXINPUTS variable and use it in ld.dvi targetJeffrey Osier2-35/+114
1993-09-08support for --host HOSTDavid D. Zuhn1-1/+23
1993-09-08Add missing ifdef to make m68k-aout targets happy.Stan Shebs2-0/+4
1993-09-07* configure.in (m88k-*-sysvr4*): Comment out previous change.Jim Kingdon1-0/+4
1993-09-07 * remote.c (remote_wait): Don't call error. Instead, call warningIan Lance Taylor2-93/+105
inside a loop. User can ^C to get out.
1993-09-07 * gdbserver/Makefile.in (TAGS): config files are inJim Kingdon1-0/+3
$(srcdir)/../config, not $(srcdir)/config.
1993-09-07 * config/pa/tm-hppa.h: Declare target_read_pc and target_write_pc.Jim Kingdon2-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 Kingdon1-0/+5
New test, currently commented out.
1993-09-07* config.sub: Remove h8300hhms alias.David Edelsohn1-0/+8
1993-09-07* stabs.texinfo (Stabs In ELF): Talk about N_FUN value.Jim Kingdon2-20/+33
1993-09-07 * config/m68k/tm-m68k.h (FIX_CALL_DUMMY): Changed name of swappingIan Lance Taylor3-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 Taylor5-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 callsIan Lance Taylor1-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 furtherIan Lance Taylor2-16/+8
change in bfd swapping routine names.
1993-09-07 * dbxread.c (process_one_symbol): If the value of an N_FUN for aJim Kingdon2-1/+14
function is zero, use minimal symbols to get the address.
1993-09-07Changes to support stabs-in-coffStan Shebs6-95/+536
1993-09-07 * elf32-i386.c (elf_howto_table): Set pcrel_offset to true forIan Lance Taylor1-0/+5
R_386_PC32.
1993-09-07 * ecoff.h (AUX_GET_ANY): Change name of _do_getb32 to reflect bfdJim Kingdon2-4/+21
changes.
1993-09-07 * stabs.texinfo (Local Variable Parameters): Talk about namelessJim Kingdon2-7/+37
parameters on VAX.
1993-09-06Changed elf32_symbol_type to elf_symbol_typeJeffrey Wheat2-1/+5
1993-09-06Snapshot of stand alone i386 NLM debugging stub. Currently sanitizedIan Lance Taylor2-0/+1060
out because it contains Novell proprietary code.
1993-09-06 * remote.c (remote_wait): Added 'W' and 'N' responses.Ian Lance Taylor2-0/+73
1993-09-06 * nlmconv.c (total_bss_size): Removed.Ian Lance Taylor1-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/@lowersectionsRoland Pesch2-3/+7
1993-09-03 * ld.texinfo: re-enable included config file; conditionalize docRoland Pesch1-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 Kingdon1-0/+2
1993-09-03tiny additions & fixesDavid MacKenzie1-9/+11
1993-09-03PA and ELF changesKen Raeburn1-0/+64
1993-09-03obj-elf.h changeKen Raeburn1-0/+5
1993-09-03more Utah changes, some cleanup of mineKen Raeburn3-380/+537
1993-09-03(elf_symbol): Fixed name of elf_symbol_type.Ken Raeburn1-8/+9
No longer conditionalized on sparcv9.
1993-09-03 * elfread.c (elf_symtab_read): Don't add symbols starting with ".L"Jim Kingdon1-1/+6
to minimal symbols.
1993-09-03configure.in, libbfd, elf, elf-hppa (utah) changesKen Raeburn1-0/+62
1993-09-03Reorganized setting of makefile variables so 64-bit stuff works again.Ken Raeburn1-21/+32
1993-09-03more changes from Utah, see log for detailsKen Raeburn1-430/+559