aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2002-01-312002-01-30 Michael Snyder <msnyder@redhat.com>Michael Snyder2-1/+11
* NEWS: Mention "set trust-readonly-sections" command.
2002-01-312002-01-30 Michael Snyder <msnyder@redhat.com>Michael Snyder2-0/+12
* NEWS: Mention generate-core-file command.
2002-01-312002-01-15 Michael Snyder <msnyder@redhat.com>Michael Snyder2-6/+43
* target.c: New command, "set trust-readonly-sections on". (do_xfer_memory): Honor the suggestion to trust readonly sections by reading them from the object file instead of from the target. (initialize_targets): Register command "set trust-readonly-sections".
2002-01-31merge from gccDJ Delorie3-9/+19
2002-01-31* parse.c (target_map_name_to_register): Simplify, search regs andAndrew Cagney2-10/+7
pseudo-regs using a single loop.
2002-01-31Mention i386 FP problem.Andrew Cagney2-0/+18
2002-01-31*** empty log message ***gdbadmin1-1/+1
2002-01-30daily updateAlan Modra1-1/+1
2002-01-302002-01-30 Daniel Jacobowitz <drow@mvista.com>Daniel Jacobowitz2-13/+19
From Neil Booth <neil@daikokuya.demon.co.uk>: * gdb.base/bitfields.c: Correct assignments to bitfields to avoid warnings.
2002-01-30* config/i386/tm-i386v4.h: Define HAVE_I387_REGS.Mark Kettenis4-2/+11
* config/i386/i386v42mp.mh: Add i387-nat.o . * i386v4-nat.c: Include i387-nat.h. (supply_fpregset): Use i387_supply_fsave. (fill_fpregset): Use i387_fill_fsave.
2002-01-30 * config/tc-sh.c (parse_reg): Fix end-of-word check for is, ix, iyRichard Sandiford2-2/+7
and mod.
2002-01-30Tidy up formatting in bfd-in2.hNick Clifton9-815/+811
2002-01-30* arm-tdep.c (arm_call_dummy_words): Define.Richard Earnshaw5-17/+45
* arm-linux-tdep.c (arm_linux_call_dummy_words): Define. * config/arm/tm-arm.h (CALL_DUMMY_P): Define. (CALL_DUMMY_WORDS): Define. (arm_call_dummy_words): Declare. * config/arm/tm-linux.h (CALL_DUMMY_WORDS): Define. (arm_linux_call_dummy_words): Declare.
2002-01-30Fixes for better translation into other languagesNick Clifton9-598/+509
2002-01-30Unify messages in coff-arm.c and elf32-arm.h.Philipp Thomas3-7/+12
2002-01-30 * m68klinux-nat.c: Fix last change to use regcache_collectAndreas Schwab2-6/+14
instead of referencing registers[] directly.
2002-01-30Updated Swedish translationNick Clifton2-839/+1310
2002-01-30Don't translate debugging message.Nick Clifton2-19/+20
2002-01-30Use full section name in error messages.Nick Clifton2-10/+12
2002-01-302002-01-29 Daniel Jacobowitz <drow@mvista.com>Daniel Jacobowitz2-1/+5
* nm.c (print_value): Mark abfd unused.
2002-01-30 * elf64-ppc.c (func_desc_adjust): Only provide missing functionAlan Modra2-10/+12
descriptor symbols for undefined function code syms. Clear ELF_LINK_NON_ELF so that they can stay weak.
2002-01-302002-01-29 Chris Demetriou <cgd@broadcom.com>Chris Demetriou3-0/+191
Mitch Lichtenberg <mpl@broadcom.com> * emulparams/elf32bmip.sh (EXTRA_EM_FILE): Define to be mipself. * emultempl/mipself.em: New file to handle MIPS ELF embedded reloc creation (ld --embedded-relocs).
2002-01-302002-01-29 Chris Demetriou <cgd@broadcom.com>Chris Demetriou7-0/+132
* ld-mips-elf/emrelocs-eb.d: New file to test --embedded-relocs. * ld-mips-elf/emrelocs-el.d: Likewise. * ld-mips-elf/emrelocs1.s: Likewise. * ld-mips-elf/emrelocs2.s: Likewise. * ld-mips-elf/emrelocs.ld: Likewise. * ld-mips-elf/mips-elf.exp: Add the above to the list of tests.
2002-01-302002-01-29 Chris Demetriou <cgd@broadcom.com>Chris Demetriou4-0/+190
Mitch Lichtenberg <mpl@broadcom.com> * bfd-in.h (bfd_mips_elf32_create_embedded_relocs): New prototype. * elf32-mips.c (bfd_mips_elf32_create_embedded_relocs): New function to handle 32-bit ELF embedded reloc (ld --embedded-relocs) generation. * bfd-in2.h: Regenerate.
2002-01-302002-01-29 Chris Demetriou <cgd@broadcom.com>Chris Demetriou2-15/+32
* config/tc-mips.c (tc_gen_reloc): Arrange for BFD_RELOC_PCREL_HI16_S relocations to be output relative to their LO16 parts, even for ELF.
2002-01-302002-01-29 Chris Demetriou <cgd@broadcom.com>Chris Demetriou2-5/+45
* elf32-mips.c: Add additional comments about HI16 relocation processing. (_bfd_mips_elf_hi16_reloc): Don't subtract address here for pc-relative relocations. (Reverts change made on 2001-10-31.) (_bfd_mips_elf_lo16_reloc): Subtract address of LO16 part here for pc-relative relocations. (mips_elf_calculate_relocation): Add a comment about a kludge in the R_MIPS_GNU_REL_HI16 handling. (_bfd_mips_elf_relocate_section): Implement that kludge; adjust pc-relative HI16 relocation for difference in HI16 and LO16 addresses, since it can't easily be done in mips_elf_calculate_relocation.
2002-01-30Delete REGISTER_NAME_ALIAS_HOOK.Andrew Cagney2-9/+5
2002-01-30*** empty log message ***gdbadmin1-1/+1
2002-01-29daily updateAlan Modra1-1/+1
2002-01-29Zap >>>>Andrew Cagney1-1/+0
2002-01-292002-01-28 Michael Snyder <msnyder@redhat.com>Michael Snyder2-2/+9
* regcache.c (legacy_read_register_gen): Need to be able to read pseudo-register as well as real register. (legacy_write_register_gen): Ditto.
2002-01-292002-01-29 Daniel Jacobowitz <drow@mvista.com>Daniel Jacobowitz2-0/+9
* config/tc-i386.c: Protect definitions of true and false from redefinition.
2002-01-292002-01-29 Daniel Jacobowitz <drow@mvista.com>Daniel Jacobowitz2-1/+6
* unwind-ia64.c (unw_decoder): Change second argument to unsigned int, to match function prototypes.
2002-01-292002-01-29 Daniel Jacobowitz <drow@mvista.com>Daniel Jacobowitz3-2/+8
* objdump.c: Include "getopt.h" after "bucomm.h" so that __GNU_LIBRARY__ will be defined. * size.c: Likewise.
2002-01-29Revise and update ``Releasing GDB''.Andrew Cagney2-66/+333
2002-01-29Arrgh! Revert last change.Alan Modra2-6/+33
2002-01-29 * elf64-ppc.c (func_desc_adjust): Don't supply missing functionAlan Modra2-33/+6
descriptor symbols.
2002-01-29 * elf32-i386 (elf_i386_adjust_dynamic_symbol): Do not replace PLT32Martin Schwidefsky4-3/+16
relocations with PC32 relocations for undefined or weak symbols. * elf32-s390 (elf_i386_adjust_dynamic_symbol): Likewise. * elf64-s390x (elf_i386_adjust_dynamic_symbol): Likewise.
2002-01-29Eliminate TARGET_BYTE_ORDER.Andrew Cagney21-56/+23
2002-01-29* arch-utils.c (TARGET_BYTE_ORDER_DEFAULT): Delete macro.Andrew Cagney6-23/+33
(target_byte_order): Initialize to BFD_ENDIAN_BIG. (initialize_current_architecture): Update target_byte_order using information from BFD. * config/powerpc/tm-ppcle-eabi.h (TARGET_BYTE_ORDER_DEFAULT): * config/mcore/tm-mcore.h (TARGET_BYTE_ORDER_DEFAULT): * config/arm/tm-arm.h (TARGET_BYTE_ORDER_DEFAULT): Delete. Update doco.
2002-01-29* config/vax/tm-vax.h (INVALID_FLOAT): Move macro from here...Andrew Cagney7-41/+51
* vax-tdep.c (INVALID_FLOAT): To here. Document why it is broken. * rs6000-tdep.c (rs6000_do_registers_info): Delete code wrapped in #ifdef INVALID_FLOAT. * infcmd.c (do_registers_info): Ditto. * values.c (unpack_double): Ditto. Add comment. * config/ns32k/tm-umax.h (INVALID_FLOAT): Delete macro that was already commented out.
2002-01-29*** empty log message ***gdbadmin1-1/+1
2002-01-28elf/dwarf2.h: Sync with gcc version.Jason Merrill2-23/+31
2002-01-28daily updateAlan Modra1-1/+1
2002-01-28merge from gccDJ Delorie2-2/+6
2002-01-282002-01-27 David O'Brien <obrien@FreeBSD.org>David O'Brien2-8/+12
* cgen.h (BFD_VERSION): Use BFD_VERSION_DATE instead. Approved by: Nick Clifton <nickc@cambridge.redhat.com> <m3k7u2g5uc.fsf@north-pole.nickc.cambridge.redhat.com>
2002-01-28* elfcore.h (elf_core_file_p): Improve comment for last change.Jason Thorpe2-1/+7
2002-01-28 * config/obj-elf.c (elf_frob_file_before_adjust): Remove symbolsJakub Jelinek2-2/+16
made because of .weak, if they are neither defined nor used in any way.
2002-01-282002-01-27 Daniel Jacobowitz <drow@mvista.com>Daniel Jacobowitz16-1598/+1827
From Steve Ellcey <sje@cup.hp.com>: * libtool.m4 (HPUX_IA64_MODE): Set to 32 or 64 based on ABI. (lt_cv_deplibs_check_method, lt_cv_file_magic_cmd, lt_cv_file_magic_test_file): Set to appropriate values for HP-UX IA64. * ltcf-c.sh (archive_cmds, hardcode_*): Ditto. * ltconfig (shlibpath_*, dynamic_linker, library_names_spec, soname_spec, sys_lib_search_path_spec): Ditto. Various configure scripts regenerated.
2002-01-28*** empty log message ***gdbadmin1-1/+1