aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
1995-02-09 * config/tc-i386.c (md_assemble): Adjust conditions for changingIan Lance Taylor1-0/+10
BFD_RELOC_32 to BFD_RELOC_386_GOTPC to handle a switch in frags. Patch originally from Rob Ryan <robr@cmu.edu>. * config/tc-i386.c: Include subsegs.h. (tc_i386_fix_adjustable): Declare return value. (i386_operand): Don't use an assignment directly as a condition.
1995-02-09 * gdb.stabs/weird.exp: Remove "Haven't examined" comment whichJim Kingdon1-0/+3
went with the const70 xfail. The xfail went away a year ago.
1995-02-09 * i960-dis.c (struct tabent, struct sparse_tabent): Change theStan Shebs1-0/+5
signed char fields to shorts, more portable.
1995-02-09* gdb.base/signals.exp: Rename a bunch of tests to give unique names.Jim Kingdon1-0/+2
1995-02-09 * ldmain.c (main): If trace_file_tries is true, and we are usingIan Lance Taylor1-0/+5
an internal linker script, print out the script. * ldfile.c (try_open): Reindent function. Make the messages about opening script files more informative. PR 6309.
1995-02-09 * objcopy.c (copy_usage): Rename parameter to avoid shadowing.Ian Lance Taylor2-0/+15
(strip_usage): Likewise. * objcopy.c (struct section_add): Define. (add_sections): New static variable. (copy_options): Accept --add-section. (copy_usage): Mention --add-section. (copy_object): Add sections from the add_sections list. (copy_main): Handle --add-section. * binutils.texi, objcopy.1: Document --add-section.
1995-02-09 * gdb.base/corefile.exp: Give backtrace test unique name. xfailJim Kingdon1-0/+3
for hp300.
1995-02-09* gdb.base/interrupt.exp: Also xfail hpux (for hp300).Jim Kingdon1-0/+2
1995-02-09* gdb.base/a1-selftest.exp: Don't run on hp300.Jim Kingdon2-0/+12
1995-02-09 * config/sparc/tm-sun4sol2.h: Define STATIC_TRANSFORM_NAME.Jim Kingdon4-0/+39
* partial-stab.h: Call it. * stabsread.c (define_symbol) [STATIC_TRANSFORM_NAME]: Call STATIC_TRANSFORM_NAME to get the name and use minimal symbols to get the address. * sparc-tdep.c (solaris_static_transform_name): New function.
1995-02-09 * libiberty.h (basename): Change argument to be const.Ian Lance Taylor2-2/+6
1995-02-09 * somread.c (som_symtab_read): Handle dynamic relocation for bothJeff Law4-6/+65
text and data symbols. (som_symfile_offsets): If objfile is a shared library, then get text and data offsets from the shared library structures. * somsolib.c (som_solib_add): Copy the bfd pointer from the objfile rather than reopening the file again. (som_solib_section_offsets): New function. * somsolib.h (som_solib_section_offsets): Declare.
1995-02-09 * gas/hppa/reloc/applybug.s: New test.Jeff Law2-0/+131
* gas/hppa/reloc/reloc.exp (do_applybug_test): Run it.
1995-02-09 * config/tc-hppa.c (md_apply_fix): In some cases subtract theJeff Law1-0/+6
value of the add symbol from valp. Offsets braindamage in the "machine independent" fixup_segment.
1995-02-09update dependenciesIan Lance Taylor1-3/+8
1995-02-09 * i386linux.c (NEEDS_SHRLIB): Define.Ian Lance Taylor2-0/+40
(linux_tally_symbols): Crash if a NEEDS_SHRLIB symbol is undefined. From hjl@nynexst.com (H.J. Lu).
1995-02-09 * elfcode.h (elf_bfd_final_link): Add assertion to make sure thatIan Lance Taylor1-0/+5
dynamic and dynobj are in synch.
1995-02-09 * lexsup.c (parse_args): For -V, call ldversion with 1, not 0.Ian Lance Taylor2-1/+11
* ld.texinfo, ld.1: Update accordingly.
1995-02-09fix commentsIan Lance Taylor1-5/+9
1995-02-09 * mh-linux (SYSV): Don't define.Ian Lance Taylor1-8/+2
(RANLIB): Don't define.
1995-02-09 * config/sparc/tm-sun4sol2.h, dbxread.c: RenameJim Kingdon17-49/+142
N_SO_ADDRESS_MAYBE_MISSING to SOFUN_ADDRESS_MAYBE_MISSING. * symtab.h (minimal_symbol) [SOFUN_ADDRESS_MAYBE_MISSING]: Add filename field. * elfread.c (record_minimal_symbol_and_info), minsyms.c, symtab.h (prim_record_minimal_symbol_and_info): Return newly created symbol. * elfread.c (elf_symtab_read) [SOFUN_ADDRESS_MAYBE_MISSING]: Set filename field of minimal symbol. * symmisc.c (dump_msymbols) [SOFUN_ADDRESS_MAYBE_MISSING]: Print filename field. * minsyms.c, symtab.h (lookup_minimal_symbol): New arg sfile. * symm-tdep.c, somsolib.c, hppa-tdep.c, c-exp.y, f-exp.y, m2-exp.y, nindy-tdep.c, m3-nat.c, irix5-nat.c, hpread.c, os9kread.c, breakpoint.c, alpha-tdep.c, valops.c, symtab.c, printcmd.c, dbxread.c: Change callers to pass NULL for sfile. * dbxread.c (process_one_symbol) [SOFUN_ADDRESS_MAYBE_MISSING]: Find address of function from minimal symbols. * partial-stab.h, case 'f', 'F': Call find_stab_function_addr instead of getting pst->textlow from the stab. * minsyms.c (find_stab_function_addr): New function.
1995-02-09 * monitor.c: Fix so all the output shows up in the GUI commandRob Savoye2-21/+28
window.
1995-02-09 * i960-dis.c (struct tabent, struct sparse_tabent): Declare theStan Shebs2-0/+919
char fields as signed chars, since they may have negative values. Fixes PR 6290.
1995-02-08* messages.c (as_abort): New function.Ken Raeburn1-0/+4
* as.h (as_abort): Declare it. (abort): New macro.
1995-02-08Thu Jan 19 18:10:05 1995 Pat Rankin (rankin@eql.caltech.edu)Ken Raeburn3-5/+103
* config/vms-conf.h (HAVE_UNISTD_H): define it unconditionally. * config-gas.com: test for availability of <unistd.h>; create a rudimentary one if necessary.
1995-02-08 * linker.c (generic_link_check_archive_element): Allocate commonIan Lance Taylor2-2/+19
symbol information structure. Don't bother to check for common symbol size overflow. (_bfd_generic_link_add_one_symbol): Likewise. * aoutx.h (aout_link_check_ar_symbols): Likewise. * linker.c (generic_link_check_archive_element): Adjust references to common symbol information for new structure. (_bfd_generic_link_add_one_symbol): Likewise. * aoutx.h (aout_link_check_ar_symbols): Likewise. (aout_link_add_symbols): Likewise. * ecoff.c (ecoff_link_add_externals): Likewise. * elfcode.h (elf_link_add_object_symbols): Likewise. (elf_link_output_extsym): Likewise. * sunos.c (sunos_add_one_symbol): Likewise.
1995-02-08 * ldlang.c (lang_one_common): Adjust references to common symbolIan Lance Taylor1-0/+5
information for new structure.
1995-02-08keep utils.{c,h}Ken Raeburn1-0/+2
1995-02-08 * bfdlink.h (struct bfd_link_hash_entry): Change format of commonIan Lance Taylor1-0/+6
symbol information, to remove restrictions on maximum size and alignment power, by using a pointer to a structure instead.
1995-02-08elfcode.h (elf_sort_hdrs): Put SHT_NOBITS sections after !SHT_NOBITS.David Edelsohn2-2/+7
1995-02-08ran "indent -gnu"; have not fixed block comment styleKen Raeburn47-4456/+5259
1995-02-07 * som.c (som_bfd_find_nearest_line): Just return false, don'tJeff Law1-0/+5
abort.
1995-02-07updated for added/removed filesKen Raeburn2-5/+35
1995-02-07Lots of changes from David Mosberger-Tang; see ChangeLog and NOTES for details:Ken Raeburn59-3396/+6470
Alpha support. Long options. New file format to support more information; backwards compatibility. Line-level profiling, on systems where bfd_find_nearest_line works. Selective display of data.
1995-02-07clean up mechanics of mosberger-tang's changesKen Raeburn2-162/+147
1995-02-07 * ecoffswap.h (ecoff_swap_pdr_in): Zero out intern before settingIan Lance Taylor1-0/+5
any of the fields.
1995-02-07keep new msdos filesKen Raeburn1-0/+1
1995-02-07Add support for powerpc-*-eabi in configure.in, rebuild configure.Michael Meissner3-17/+25
1995-02-07Apparently I forgot to commit this change:Jeff Law2-11/+33
* config/tc-hppa.c (md_apply_fix): Go ahead and call hppa_field_adjust to get a new value for R_DATA_ONE_SYMBOL relocations in SOM. (hppa_fix_adjustable): Refine somewhat.
1995-02-07Fix it so whitespace works out right even with sanitizationJim Kingdon1-1/+1
1995-02-07 * i386-tdep.c (_initialize_i386_tdep): Put void decl on separateStan Shebs2-1/+11
line, so init.c generation works correctly. start-sanitize-arc * arc-tdep.c (_initialize_arc_tdep): Ditto. end-sanitize-arc
1995-02-07various ChangeLog housekeeping, andStan Shebs2-11/+17
Sat Feb 4 13:29:52 1995 Stan Shebs <shebs@andros.cygnus.com> * config/m68k/est.mt (TDEPFILES): Remove m68k-pinsn.o.
1995-02-07ecoff gprof related fixes & improvements from David Mosberger-TangKen Raeburn3-84/+431
1995-02-06 * ldmain.c (undefined_symbol): Handle section being NULL.Ian Lance Taylor2-6/+20
1995-02-06 * libelf.h (struct elf_link_hash_table): Add saw_needed field.Ian Lance Taylor3-2/+45
* elfcode.h (elf_link_add_object_symbols): Set saw_needed if DT_NEEDED seen in .dynamic section. (elf_link_output_extsym): Warn if an undefined symbol is only referenced from a dynamic object, and not making a shared object, and saw_needed is false. * elf.c (_bfd_elf_link_hash_table_init): Initialize saw_needed.
1995-02-06update commentIan Lance Taylor1-1/+1
1995-02-06Fix string signifing the right target name.Rob Savoye1-1/+1
1995-02-06 * config/mips/idt.mt: Add support for the lsi33k target.Rob Savoye3-4/+4
* config/sparc/sun4sol2.mh: Add support for ser-tcp.
1995-02-06 * config/mips/idt.mt: Add support for ser-tcp and the lsi33kRob Savoye1-0/+8
target. * array-rom.c: Finish the rest of the support commands needed by GDB. * mips-tdep.c: Add LSI33k register names and processor type.
1995-02-06Add the rest of the commands needed by GDB.Rob Savoye1-31/+21