aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2001-12-02mrealloc() -> xmrealloc().Andrew Cagney2-4/+8
2001-12-02* Makefile.in (simops.h, table.c): Delete targets.Andrew Cagney4-164/+88
(tmp-gencode, gencode.o, gencode): Delete targets. (simops.h): New file. ($(BUILT_SRC_FROM_IGEN)): Do not depend on simops.h. * gencode.c: Delete file.
2001-12-02* i386-tdep.c (i386go32_frame_saved_pc): New function.Andrew Cagney3-1/+14
* config/i386/tm-go32.h (i386go32_frame_saved_pc): Declare. (FRAME_SAVED_PC): Redefine to i386go32_frame_saved_pc.
2001-12-02 * elf32-mips.c (NEWABI_P): New define.Thiemo Seufer2-65/+619
(USE_REL): Remove, replaced by (elf_backend_may_use_rel_p): New define. (elf_backend_may_use_rela_p): Likewise. (elf_backend_default_use_rela_p): Likewise. (elf_mips_howto_table): Rename to elf_mips_howto_table_rel. Fix some relocation definitions. (elf_mips_howto_table_rela): New RELA relocation definitions for NewABI support. (mips32_64bit_reloc): Use the renamed elf_mips_howto_table_rel. (bfd_elf32_bfd_reloc_type_lookup): Likewise. (mips_rtype_to_howto): Likewise. (_bfd_mips_elf_relocate_section): Likewise. (_bfd_mips_elf_object_p): Typo. (elf_backend_sign_extend_vma): Reordered together with many other defines nearby to resemble the order of declaration in the header file.
2001-12-02 * coff-mips.c (mips_bfd_reloc_type_lookup): ReplaceThiemo Seufer9-56/+69
BFD_RELOC_MIPS_GPREL by BFD_RELOC_GPREL16. * pe-mips.c (mips_bfd_reloc_type_lookup): Likewise. * elf32-mips.c (mips_reloc_map): Likewise. Replace BFD_RELOC_MIPS_GPREL32 by BFD_RELOC_GPREL32. * elf64-mips.c (mips_reloc_map): Likewise. * reloc.c (BFD_RELOC_MIPS_GPREL): Remove. (BFD_RELOC_MIPS_GPREL32): Remove. * config/tc-mips.c (macro_build): Replace BFD_RELOC_MIPS_GPREL by BFD_RELOC_GPREL16. (load_address): Likewise. (macro): Likewise. (md_apply_fix): Likewise. Replace BFD_RELOC_MIPS_GPREL32 by BFD_RELOC_GPREL32. (s_gpword): Replace BFD_RELOC_MIPS_GPREL32 by BFD_RELOC_GPREL32. (tc_gen_reloc): Replace BFD_RELOC_MIPS_GPREL by BFD_RELOC_GPREL16. *config/tc-mips.h: Replace BFD_RELOC_MIPS_GPREL by BFD_RELOC_GPREL16.
2001-12-02Delete HOST_BYTE_ORDER.Andrew Cagney55-222/+48
2001-12-02*** empty log message ***gdbadmin1-1/+1
2001-12-01Zap sony news (m68k) and ISI (m68k) targets.Andrew Cagney19-629/+26
2001-12-01daily updateAlan Modra1-1/+1
2001-12-01Zap zap.Andrew Cagney3-212/+3
2001-12-01Zap the ultra series of a29k host and target.Andrew Cagney10-343/+11
2001-12-01Zap Sun's i386i.Andrew Cagney11-518/+12
2001-12-01Zap all but ns32k-netbsd NS32k targets and hosts.Andrew Cagney22-1458/+27
2001-12-01Zap harris target and host.Andrew Cagney9-171/+10
2001-12-01Zap some older PPC targets.Andrew Cagney16-289/+22
2001-12-01Zap a29k.Andrew Cagney8-509/+11
2001-12-01Oops, Delete tic80, really.Andrew Cagney1-2/+1
2001-12-01Delete tic80 target.Andrew Cagney7-735/+14
2001-12-01From Mark Peek.Andrew Cagney2-1/+7
* ppc-spr-table: Add SDA and PIR.
2001-12-01Add assembly-source tests for s390-ibm-linux.Jim Blandy5-8/+100
* gdb.asm/s390.inc: New file. * gdb.asm/configure.in, gdb.asm/asm-source.exp: Add clauses for the S/390 architecture. * gdb.asm/configure: Regenerated.
2001-12-01Add cross platform SVR4 shared library support for PowerPC.Kevin Buettner15-11/+77
2001-12-01*** empty log message ***gdbadmin1-1/+1
2001-11-30* gdb.texinfo (Overlays): New chapter, documenting GDB'sJim Blandy2-0/+387
overlay support. Add to top-level menu.
2001-11-30daily updateAlan Modra1-1/+1
2001-11-30Define SVR4 link map offset fetcher for Linux/ARM.Kevin Buettner3-0/+56
2001-11-30Fix typo.Michael Snyder1-1/+1
2001-11-30 * values.c (value_primitive_field): Add embedded_offset to theDaniel Jacobowitz3-8/+30
address of structure members. * gnu-v3-abi.c (gnuv3_rtti_type): Cast to base type before attempting to access vtable pointer. Set using_enc_p if we cast. (gnuv3_virtual_fn_field): Call value_cast with structure rather than structure pointer. Cast to base type before attempting to access vtable pointer.
2001-11-302001-11-30 H.J. Lu <hjl@gnu.org>H.J. Lu2-214/+261
* elflink.h (elf_add_default_symbol): New. (elf_link_add_object_symbols): Call elf_add_default_symbol () to create an indirect symbol from the default for the symbol with the default version if needed.
2001-11-302001-11-30 H.J. Lu <hjl@gnu.org>H.J. Lu2-1/+6
* ld-elfvers/vers.exp (build_vers_lib): Preserve the library order.
2001-11-302001-11-29 H.J. Lu <hjl@gnu.org>H.J. Lu7-4/+39
* ld-elfvers/vers.exp (build_vers_lib): Support linking against more than one libraries. Add "vers20a" and "vers20" tests for common symbols. * ld-elfvers/vers20.c: New. * ld-elfvers/vers20.dsym: New. * ld-elfvers/vers20.map: New. * ld-elfvers/vers20.ver: New. * ld-elfvers/vers20a.ver: New.
2001-11-302001-11-29 Elena Zannoni <ezannoni@redhat.com>Elena Zannoni4-24/+80
* Makefile.in (ppc-linux-nat.o): Add dependency on ppc-tdep.h. * ppc-tdep.h (PPC_GPLAST_REGNUM): Define. * ppc-linux-nat.c: Include ppc-tdep.h. (ppc_register_u_addr): Don't use the static array regmap[], dynamically define the mapping instead. (supply_gregset): Ditto. (fill_gregset): Ditto. (COPY_REG): Delete macro defintion. (regmap): Delete array.
2001-11-30*** empty log message ***gdbadmin1-1/+1
2001-11-29daily updateAlan Modra1-1/+1
2001-11-29Tighten up GDB's support for returning structs by value.Jim Blandy4-2/+41
* s390-tdep.c (s390_use_struct_convention): New function. (s390_gdbarch_init): Register it as the S/390's USE_STRUCT_CONVENTION method. Register generic_cannot_extract_struct_value_address as our EXTRACT_STRUCT_VALUE_ADDRESS method. * arch-utils.c (generic_cannot_extract_struct_value_address): New function. * arch-utils.h: Add corresponding prototype.
2001-11-292001-11-29 H.J. Lu <hjl@gnu.org>H.J. Lu2-5/+7
* bucomm.c (make_tempname): Revert the changes made on 2001-11-14 and 2001-11-12. They won't work with directories.
2001-11-29* config/tc-d10v.c (get_operands): Emit OPERAND_PLUS forAlexandre Oliva2-0/+8
prefix `+'.
2001-11-29Copyright 2001Alexandre Oliva2-2/+2
2001-11-29* config/tc-d10v.c (find_opcode): Reject non-SP operand ifAlexandre Oliva2-2/+9
flags requires SP.
2001-11-29* d10v-opc.c (d10v_predefined_registers): Mark `sp' as OPERAND_SP.Alexandre Oliva2-5/+14
(RSRC_SP): New macro. (d10v_operands): Add it. (d10v_opcodes): Adjust "st" and "st2w" to use RSRC_SP.
2001-11-29* d10v.h (OPERAND_SP): New macro.Alexandre Oliva2-0/+7
2001-11-29* values.c (value_being_returned): Make error message a properJim Blandy2-1/+7
sentence.
2001-11-292001-11-29 H.J. Lu <hjl@gnu.org>H.J. Lu2-0/+33
* binutils-all/objcopy.exp (strip_test): Add strip on archive.
2001-11-29Pass CC_FOR_TARGET and CFLAGS_FOR_TARGET to runtest in environment.Nick Clifton4-14/+21
2001-11-29* dwarf2read.c (read_attribute_value): New function to handle DW_FORM_indirectKeith Walker2-7/+33
(read_attribute): uses read_attribute_value
2001-11-29 * MAINTAINERS (write-after-approval): Add my entry.Keith Walker1-0/+1
2001-11-29Do not overwite the core signal if it has already been set by another thread.Nick Clifton2-2/+13
2001-11-29Remove case sensitivity in register names.Nick Clifton2-4/+14
2001-11-29* s390-tdep.c (s390_frame_saved_pc_nofix): If the prologue didn'tJim Blandy2-0/+8
save the return address register, assume that the return address is still in there.
2001-11-29* Import GNU gettext 0.10.35.Ben Elliston18-143/+388
2001-11-29touch all source to ease importBen Elliston0-0/+0