aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2001-05-022001-05-02 H.J. Lu <hjl@gnu.org>H.J. Lu9-28/+35
* ldfile.c: Include "libiberty.h". * ldlex.l: Likewise. * ldmisc.c (buystring): Removed. * ldmisc.h: Likewise. * ldfile.c: Replace buystring with xstrdup. * ldlang.c: Likewise. * ldlex.l: Likewise. * ldmain.c: Likewise. * ldmisc.c: Likewise. * lexsup.c: Likewise. * mpw-eppcmac.c: Likewise.
2001-05-02imprrove error messageNick Clifton2-1/+6
2001-05-012001-05-01 Michael Snyder <msnyder@redhat.com>Michael Snyder2-14/+24
* lin-lwp.c: Change printf to fprintf_unfiltered.
2001-05-012001-05-01 Michael Snyder <msnyder@redhat.com>Michael Snyder2-0/+14
* Makefile.in: Add rules for thread-db.o, lin-lwp.o, proc-service.o.
2001-05-01 * config/rs6000/tm-rs6000.h (IN_SOLIB_RETURN_TRAMPOLINE): Define.Nicholas Duffek4-23/+96
(rs6000_in_solib_return_trampoline): Declare. * rs6000-tdep.c (rs6000_in_solib_return_trampoline): New function. (rs6000_skip_trampoline_code): Skip bigtoc fixup code. * xcoffread.c (read_xcoff_symtab): Perform the ISFCN function check after the CSECT check rather than before it. Allocate separate symtabs for CSECTs whose names begin with '@'. (scan_xcoff_symtab): Don't ignore symbols beginning with '@'. Activate the misc_func_recorded mechanism for whose names begin with '@'.
2001-05-01*** empty log message ***Eli Zaretskii1-0/+10
2001-05-01 * ld-scripts/phdrs.exp: Fix regexp, s390x is 64 bit platform.Andreas Jaeger3-6/+16
* ld-scripts/phdrs.t: Use startaddress that's greater than any MAXPAGESIZE used.
2001-04-30* ppcnbsd-nat.c (fetch_inferior_registers)J.T. Conklin2-3/+9
(store_inferior_registers, fetch_core_registers): Changed to use fpreg[] instead of r_regs[] to access floating point registers.
2001-04-302001-04-30 Elena Zannoni <ezannoni@redhat.com>Elena Zannoni2-96/+36
* sh-tdep.c: Get rid of the function prototypes. (sh_sh4_build_float_register_type): Move earlier in file. (fv_reg_base_num): Ditto. (dr_reg_base_num): Ditto.
2001-04-302001-04-30 Michael Snyder <msnyder@redhat.com>Michael Snyder2-34/+42
* thread-db.c: Revert 2001-04-26 change for debugging output. * lin-lwp.c: Ditto. * lin-lwp.c: Add set/show debug lin-lwp command. Use this command to turn extra debugging output on / off.
2001-04-302001-04-30 Michael Snyder <msnyder@redhat.com>Michael Snyder3-45/+47
* thread-db.c: Revert 2001-04-26 change for debugging output. * lin-lwp.c: Ditto.
2001-04-30Always initialize `p'.Andrew Cagney2-0/+6
2001-04-302000-04-27 H.J. Lu <hjl@gnu.org>H.J. Lu6-4/+22
* elf.c (_bfd_elf_link_hash_hide_symbol): Set dynindx to -1 only for ELF_LINK_FORCED_LOCAL. * elf32-hppa.c (elf32_hppa_hide_symbol): Likewise. * elf32-mips.c (_bfd_mips_elf_hide_symbol): Likewise. * elfxx-ia64.c (elfNN_ia64_hash_hide_symbol): Likewise. * elflink.h (elf_fix_symbol_flags): Set ELF_LINK_FORCED_LOCAL if the symbol has hidden or internal visibility.
2001-04-30 * elf32-hppa.c (final_link_relocate): Branch to .+8 forAlan Modra2-3/+11
calls to undefined weak symbols.
2001-04-30 * buildsym.c (start_subfile): Use FILENAME_CMP instead of STREQ.Eli Zaretskii2-3/+5
(top-level): #include filenames.h. * dwarf2read.c (dwarf2_start_subfile): Use IS_ABSOLUTE_PATH and FILENAME_CMP, to DTRT on non-Posix platforms. (top-level): #include filenames.h.
2001-04-30 * elf64-x86-64.c (elf64_x86_64_relocate_section): Correct test forAndreas Jaeger2-5/+10
R_X86_64_GOTPCREL, don't use assignments instead of comparisons.
2001-04-30 * emulparms/elf_x86_64.sh (MAXPAGESIZE): Fix value.Andreas Jaeger2-4/+8
2001-04-292001-04-29 H.J. Lu <hjl@gnu.org>H.J. Lu3-0/+21
* ld-shared/symbolic.dat: New. * ld-shared/shared.exp: Also check -Bsymbolic.
2001-04-292001-04-29 Keith M Wesolowski <wesolows@foobazco.org>H.J. Lu2-1/+8
* config/tc-mips.c (md_parse_option): Also accept elf64-tradbigmips and elf64-tradlittlemips for OPTION_64.
2001-04-29 * elf64-x86-64.c (elf64_x86_64_finish_dynamic_sections): Only swapAndreas Jaeger2-89/+67
out handled entries. (elf64_x86_64_finish_dynamic_symbol): Set up GOT entries. (elf64_x86_64_relocate_section): Fix GOTPCREL calculation. (elf64_x86_64_relocate_section): Merge entries for GOTPCREL and GOT32.
2001-04-28Give emulation a chance to process unrecognized file before fatal error isNick Clifton2-6/+11
reported, not after.
2001-04-28 * ld-scripts/phdrs.exp: x86-64 is a 64 bit ELF platform, handle itAndreas Jaeger2-9/+14
special.
2001-04-27Revert the last change on aclocal.m4.H.J. Lu1-345/+0
2001-04-272001-04-27 David Mosberger <davidm@hpl.hp.com>H.J. Lu2-2/+7
* config/tc-ia64.c (dot_spillmem_p): Fix output_spill_?sprel_p() argument passing order: predicate goes last, not first.
2001-04-27Add support for arm-vxworks targetNick Clifton13-571/+631
2001-04-27Zap romp host.Andrew Cagney3-6/+5
2001-04-27All 5.1 obsolete targets are done.Andrew Cagney2-60/+4
2001-04-27 (Changes from Kevin Buettner, with minor update by Don Howard.)Don Howard2-14/+22
* i387-nat.c (i387_supply_fxsave, i387_fill_fxsave, i387_tag): Fix typos in which hexadecimal constants were really intended to be binary constants. (i387_tag): Swap logic regarding zero vs non-zero exponents.
2001-04-27Added myself to the write-after-approval list.Don Howard1-0/+5
2001-04-27Added myself to the write-after-approval list.Don Howard1-0/+1
2001-04-27Support printable characters outside of the ASCII rangeNick Clifton2-2/+11
2001-04-27Add openRISC support in opcodesNick Clifton20-278/+4480
2001-04-27(Changes from Daniel Berlin, with revisions by Jim Blandy.)Jim Blandy19-478/+972
Abstract out operations specific to particular C++ ABI's, and invoke them through a function table. This removes the C++ ABI dependencies scattered throughout the code, and allows us to cleanly add support for new C++ ABI's. * cp-abi.h, cp-abi.h, gnu-v2-abi.c, hpacc-abi.c: New files. * c-typeprint.c, c-valprint.c, dbxread.c, eval.c, gdbtypes.c, jv-typeprint.c, linespec.c, symtab.c, typeprint.c, valops.c: #include "cp-abi.h". These files all use functions now declared there. * symtab.h (OPNAME_PREFIX_P, VTBL_PREFIX_P, DESTRUCTOR_PREFIX_P): Deleted. These services are now provided by functions declared in cp-abi.h. * value.h (value_rtti_type, value_virtual_fn_field): Same. * values.c (value_virtual_fn_field): Same, for this definition. * valops.c (value_rtti_type): Same. * c-typeprint.c (c_type_print_base): Use the functions from "cp-abi.h", instead of the old macros, or hard-coded ABI-specific tests. * dbxread.c (record_minimal_symbol): Same. * gdbtypes.c (get_destructor_fn_field, virtual_base_index, virtual_base_index_skip_primaries): Same. * jv-typeprint.c (java_type_print_base): Same. * linespec.c (find_methods, decode_line_1): Same. * symtab.c (gdb_mangle_name): Same. * Makefile.in (SFILES): Add the new .c files mentioned above. (cp_abi_h): New variable. (COMMON_OBS): Add gnu-v2-abi.o, hpacc-abi.o, and cp-abi.o. (cp-abi.o, gnu-v2-abi.o, hpacc-abi.o): New targets. (c-typeprint.o, c-valprint.o, dbxread.o, eval.o, gdbtypes.o, jv-typeprint.o, symtab.o, linespec.o, typeprint.o, valops.o): Add dependency on $(cp_abi_h).
2001-04-262001-04-26 Michael Snyder <msnyder@redhat.com>Michael Snyder3-42/+49
* thread-db.c (_initialize_thread_db): Add set/show command "debug-linux-threads" for debugging output. * lin-lwp.c (various): Use global "debug_linux_threads to turn on extra debugging output.
2001-04-262001-04-26 Michael Snyder <msnyder@redhat.com>Michael Snyder2-6/+7
* lin-lwp.c: Minor cleanups in comments.
2001-04-262001-04-26 Michael Snyder <msnyder@redhat.com>Michael Snyder3-5/+19
* target.c (normal_pid_to_str): Get rid of an ancient hack. * remote.c (remote_pid_to_str): New function for remote target.
2001-04-26* Makefile.in (idecode.o, op_utils.o, semantics.o, simops.o):Alexandre Oliva2-2/+7
Depend on targ-vals.h.
2001-04-262001-04-26 H.J. Lu <hjl@gnu.org>H.J. Lu2-1/+20
* elf32-i386.c (elf_i386_check_relocs): Verify if r_symndx is valid.
2001-04-26Add ability to pad code alignment frags with no-ops.Nick Clifton3-0/+127
2001-04-26* configure.in (noconfigdirs): Don't reset it from scratch in theAlexandre Oliva2-3/+8
target case; only append to it.
2001-04-26* configure.in (noconfigdirs) [hppa*-*-*, mips*-*-irix6*,Alexandre Oliva2-3/+25
sparc-*-solaris2.8]: Disable ${libgcj}.
2001-04-25* configure.in (libgcj_saved): Copy from $libgcj.Alexandre Oliva2-0/+22
(libgcj): Zero out if --enable-libgcj; add to noconfigdirs is --disable-libgcj.
2001-04-25* thanks, nickcFrank Ch. Eigler3-0/+9
2001-04-25 Frank Ch. Eigler <fche@redhat.com> * sim-load.c (sim_load_file): Put it back [...]
2001-04-25* externalize a functionFrank Ch. Eigler3-0/+11
2001-04-25 Frank Ch. Eigler <fche@redhat.com> * bfd-in.h (bfd_cache_close): Declare newly exported function. * bfd-in2.h: Regenerated.
2001-04-25Fix autoconf breakage + commit target.c, omitted in previous deltaNick Clifton6-171/+534
2001-04-25Check to see if the filename symbol has been initialised before extractingNick Clifton2-5/+11
its symbol index.
2001-04-252001-04-24 H.J. Lu <hjl@gnu.org>H.J. Lu2-5458/+3053
* configure: Regenerated with the right version of autoconf.
2001-04-24* c-typeprint.c (c_type_print_cv_qualifier): Don't print `const'Jim Blandy2-1/+10
qualifier on C++ references; all references are innately const.
2001-04-24* sparc.h: Fix typo.DJ Delorie2-1/+5
2001-04-24 * merge.c (struct sec_merge_hash_entry): Add alignment field.Jakub Jelinek2-47/+82
(struct sec_merge_hash): Remove alignment_power. (sec_merge_hash_newfunc): Clear alignment. (sec_merge_hash_lookup): Pass alignment as argument. Use hashp->root.next, not hashp->next to walk the hash chain. If a string already in the hashtable does not have required alignment, create a new hashtable entry. (sec_merge_init): Remove alignment_power argument. (sec_merge_add): Add alignment argument. (sec_merge_emit): Alignment is now a per-entity thing, not per section. (_bfd_merge_section): Sanity check even non-SEC_STRINGS sections for proper alignment. Pass alignment information to sec_merge_add.