Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2002-01-30 | 2002-01-29 Chris Demetriou <cgd@broadcom.com> | Chris Demetriou | 4 | -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-30 | 2002-01-29 Chris Demetriou <cgd@broadcom.com> | Chris Demetriou | 2 | -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-30 | 2002-01-29 Chris Demetriou <cgd@broadcom.com> | Chris Demetriou | 2 | -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-30 | Delete REGISTER_NAME_ALIAS_HOOK. | Andrew Cagney | 2 | -9/+5 | |
2002-01-30 | *** empty log message *** | gdbadmin | 1 | -1/+1 | |
2002-01-29 | daily update | Alan Modra | 1 | -1/+1 | |
2002-01-29 | Zap >>>> | Andrew Cagney | 1 | -1/+0 | |
2002-01-29 | 2002-01-28 Michael Snyder <msnyder@redhat.com> | Michael Snyder | 2 | -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-29 | 2002-01-29 Daniel Jacobowitz <drow@mvista.com> | Daniel Jacobowitz | 2 | -0/+9 | |
* config/tc-i386.c: Protect definitions of true and false from redefinition. | |||||
2002-01-29 | 2002-01-29 Daniel Jacobowitz <drow@mvista.com> | Daniel Jacobowitz | 2 | -1/+6 | |
* unwind-ia64.c (unw_decoder): Change second argument to unsigned int, to match function prototypes. | |||||
2002-01-29 | 2002-01-29 Daniel Jacobowitz <drow@mvista.com> | Daniel Jacobowitz | 3 | -2/+8 | |
* objdump.c: Include "getopt.h" after "bucomm.h" so that __GNU_LIBRARY__ will be defined. * size.c: Likewise. | |||||
2002-01-29 | Revise and update ``Releasing GDB''. | Andrew Cagney | 2 | -66/+333 | |
2002-01-29 | Arrgh! Revert last change. | Alan Modra | 2 | -6/+33 | |
2002-01-29 | * elf64-ppc.c (func_desc_adjust): Don't supply missing function | Alan Modra | 2 | -33/+6 | |
descriptor symbols. | |||||
2002-01-29 | * elf32-i386 (elf_i386_adjust_dynamic_symbol): Do not replace PLT32 | Martin Schwidefsky | 4 | -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-29 | Eliminate TARGET_BYTE_ORDER. | Andrew Cagney | 21 | -56/+23 | |
2002-01-29 | * arch-utils.c (TARGET_BYTE_ORDER_DEFAULT): Delete macro. | Andrew Cagney | 6 | -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 Cagney | 7 | -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 *** | gdbadmin | 1 | -1/+1 | |
2002-01-28 | elf/dwarf2.h: Sync with gcc version. | Jason Merrill | 2 | -23/+31 | |
2002-01-28 | daily update | Alan Modra | 1 | -1/+1 | |
2002-01-28 | merge from gcc | DJ Delorie | 2 | -2/+6 | |
2002-01-28 | 2002-01-27 David O'Brien <obrien@FreeBSD.org> | David O'Brien | 2 | -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 Thorpe | 2 | -1/+7 | |
2002-01-28 | * config/obj-elf.c (elf_frob_file_before_adjust): Remove symbols | Jakub Jelinek | 2 | -2/+16 | |
made because of .weak, if they are neither defined nor used in any way. | |||||
2002-01-28 | 2002-01-27 Daniel Jacobowitz <drow@mvista.com> | Daniel Jacobowitz | 16 | -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 *** | gdbadmin | 1 | -1/+1 | |
2002-01-27 | * elfcore.h (elf_core_file_p): Set the machine architecture | Jason Thorpe | 2 | -7/+12 | |
before processing the program headers. | |||||
2002-01-27 | daily update | Alan Modra | 1 | -1/+1 | |
2002-01-27 | * gdb.texinfo: Fix typos and markup. From Dmitry Sivachenko | Eli Zaretskii | 2 | -4/+9 | |
<mitya@cavia.pp.ru>. | |||||
2002-01-27 | * i386.c (i386_iscall): Static. | Richard Henderson | 4 | -13/+19 | |
* tahoe.c (indirectchild, tahoe_operandmode): Static. (tahoe_operandlength, tahoe_reladdr): Static. * vax.c (indirectchild): Static. | |||||
2002-01-27 | * configure.in (*-*-netbsd*): New. Skip target-newlib, | Jason Thorpe | 2 | -0/+17 | |
target-libiberty, and target-libgloss. Skip Java-related libraries if not supported for NetBSD on target CPU. | |||||
2002-01-27 | *** empty log message *** | gdbadmin | 1 | -1/+1 | |
2002-01-26 | daily update | Alan Modra | 1 | -1/+1 | |
2002-01-26 | * config/m68k/nm-linux.h (FETCH_INFERIOR_REGISTERS): Define. | Andreas Schwab | 3 | -7/+429 | |
* m68klinux-nat.c: Update ptrace interface for fetching/storing registers and add support for PTRACE_GETREGS. | |||||
2002-01-26 | * configure.in <64-bit configuration>: If using gcc, check and | Hans-Peter Nilsson | 3 | -177/+192 | |
emit error for egcs-1.1.2. * configure: Regenerate. | |||||
2002-01-26 | * Makefile.in (install): Depend on install-info. | Hans-Peter Nilsson | 2 | -1/+6 | |
2002-01-26 | * Makefile.am (install): Depend on install-info. | Hans-Peter Nilsson | 6 | -0/+26 | |
* Makefile.in: Regenerate. | |||||
2002-01-26 | * doc/Makefile.am (install): Depend on install-info. | Hans-Peter Nilsson | 9 | -1/+41 | |
* doc/Makefile.in: Regenerate. | |||||
2002-01-26 | * mips.c: New file. | Jason Thorpe | 5 | -5/+131 | |
* Makefile.am (sources): Add mips.c. (mips.o): New rule. * Makefile.in: Regenerate. * corefile.c: Update copyright years. (find_call): Call mips_find_call for bfd_arch_mips. | |||||
2002-01-26 | * ldmain.c (main): Use full sentences to ease translation. | Alan Modra | 2 | -3/+9 | |
2002-01-26 | Copy only as much information as possible to avoid stack corruption. | Nick Clifton | 2 | -2/+7 | |
2002-01-26 | Updated French translation | Nick Clifton | 6 | -2959/+4215 | |
2002-01-26 | Updated French version | Nick Clifton | 2 | -26/+24 | |
2002-01-26 | * elf64-alpha.c (elf64_alpha_check_relocs): Don't set reltext | Richard Henderson | 2 | -4/+10 | |
for non-allocated sections. | |||||
2002-01-26 | *** empty log message *** | gdbadmin | 1 | -1/+1 | |
2002-01-25 | daily update | Alan Modra | 1 | -1/+1 | |
2002-01-25 | * elf.c (elfcore_write_prstatus): Make sure we pass the address of | Mark Kettenis | 2 | -1/+6 | |
prstat.pr_reg even if it is a struct. | |||||
2002-01-25 | Reset AIX vector function overrides for HP-UX. | Nick Clifton | 2 | -0/+14 | |
2002-01-25 | Add --totals option to size | Nick Clifton | 5 | -44/+114 | |