summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Updated Swedish translationNick Clifton2002-08-094-49/+73
|
* * config/tc-mips.c (macro): Handle a register plus a 16-bitMaciej W. Rozycki2002-08-092-2/+5
| | | | | | | | immediate offset in "dla" and "la" expansions. * gas/mips/empic.d: Treat "addiu" and "daddiu" as equivalent when $0 is source. * mips-opc.c (mips_builtin_opcodes): Remove "dla" and "la" as aliases to "daddiu" and "addiu".
* * elfxx-mips.c (mips_elf_global_got_index): Avoid segfault ifThiemo Seufer2002-08-092-2/+10
| | | | g->global_gotsym is NULL.
* 2002-08-08 H.J. Lu <hjl@gnu.org>H.J. Lu2002-08-092-4/+12
| | | | | * elflink.h (elf_add_default_symbol): Don't warn a defintion overrides an indirect versioned symbol.
* 2002-08-08 Michael Snyder <msnyder@redhat.com>Michael Snyder2002-08-092-9/+13
| | | | * mips-tdep.c: Minor whitespace and indentation clean-ups.
* * doublest.c (store_floating): Avoid floatformat_from_doublest()Kevin Buettner2002-08-092-0/+6
| | | | assertion failure by returning early after a warning.
* daily updateAlan Modra2002-08-091-1/+1
|
* *** empty log message ***gdbadmin2002-08-091-1/+1
|
* Multiarch FRAME_INIT_SAVED_REGS for mips.Kevin Buettner2002-08-081-0/+8
|
* * mips-tdep.c (mips_find_saved_regs): Make static.Kevin Buettner2002-08-082-14/+19
| | | | | | | (mips_frame_init_saved_regs): New function. (mips_gdbarch_init): Setup FRAME_INIT_SAVED_REGS method. * config/mips/tm-mips.h (FRAME_INIT_SAVED_REGS): Delete macro. (mips_find_saved_regs): Delete declaration.
* 2002-08-06 Michael Snyder <msnyder@redhat.com>Michael Snyder2002-08-081-2/+0
| | | | * config/mips/tm-mips.h: Remove #define USE_STRUCT_CONVENTION.
* * elf32-i386.c (elf_i386_relocate_section): Fill in proper addendJakub Jelinek2002-08-082-2/+11
| | | | for R_386_TLS_TPOFF32 relocs against symndx 0.
* * remote.c (remote_wait, remote_async_wait): ChangeGrace Sainsbury2002-08-082-4/+10
| | | | | | thread_num from int to ULONGEST. (unpack_varlen_hex): Change result parameter from int * to ULONGEST *.
* 2002-08-08 Andrew Cagney <ac131313@redhat.com>Andrew Cagney2002-08-083-15/+12
| | | | | | | * configure.tgt: Replace powerpc-*-sysv*, powerpc-*-elf*, powerpcle-*-eabi*, powerpcle-*-sysv* and powerpcle-*-elf* with powerpc*-*-*. * MAINTAINERS: Remove redundant rs6000-ibm-aix4.1 target.
* 2002-08-08 Andrew Cagney <cagney@redhat.com>Andrew Cagney2002-08-082-45/+15
| | | | | | | | | | | * gcore.c (override_derive_stack_segment): Delete variable. (preempt_derive_stack_segment): Delete function. (derive_stack_segment): Delete function. (default_derive_stack_segment): Renamed to derive_stack_segment. (override_derive_heap_segment): Delete variable. (preempt_derive_heap_segment): Delete function. (derive_heap_segment): Delete function. (default_derive_heap_segment): Rename to derive_heap_segment.
* Check symbols with undefine version.H.J. Lu2002-08-084-41/+112
|
* 2002-08-06 Michael Snyder <msnyder@redhat.com>Michael Snyder2002-08-082-5/+37
| | | | | | | | * config/mips/tm-mips.h: Remove #define USE_STRUCT_CONVENTION. * mips-tdep.c (mips_EABI_use_struct_convention, mips_OABI_use_struct_convention, mips_NABI_use_struct_convention): New functions. (mips_use_struct_convention): Delete. (mips_gdbarch_init): set use_gdbarch_convention.
* * elflink.h (elf_link_output_extsym): Don't output symbols fromAlan Modra2002-08-082-3/+6
| | | | SEC_EXCLUDE sections.
* * aoutx.h (aout_link_write_symbols): Correct handling of warning syms.Alan Modra2002-08-082-2/+6
|
* daily updateAlan Modra2002-08-081-1/+1
|
* *** empty log message ***gdbadmin2002-08-081-1/+1
|
* merge from gccDJ Delorie2002-08-072-81/+33
|
* 2002-08-06 Michael Snyder <msnyder@redhat.com>Michael Snyder2002-08-072-0/+47
| | | | | | | * mips-tdep.c: gdbarch-ify reg_struct_has_addr. (mips_eabi_reg_struct_has_addr, mips_n32n64_reg_struct_has_addr, mips_o32_reg_struct_has_addr): New functions. (mips_gdbarch_init): Set gdbarch reg_struct_has_addr.
* 2002-08-07 Andrew Cagney <ac131313@redhat.com>Andrew Cagney2002-08-075-221/+20
| | | | | | | | | | | | | | | * regcache.c (pseudo_register): Delete function. (fetch_register): Delete function. (store_register): Delete function. (regcache_raw_read, legacy_read_register_gen): Use target_fetch_registers instead of fetch_register. (legacy_write_register_gen, regcache_raw_write): Use target_store_register instead of store_register. (write_register_bytes): Ditto. * gdbarch.sh (FETCH_PSEUDO_REGISTER): Delete. (STORE_PSEUDO_REGISTER): Delete. * gdbarch.h, gdbarch.c: Regenerate.
* * cli/cli-dump.c (add_dump_command): Explicitely use "b" flag toCorinna Vinschen2002-08-072-2/+7
| | | | write dump file binary.
* * elf64-ppc.c (edit_opd): Arrange to drop symbols for discarded .opdAlan Modra2002-08-072-1/+22
| | | | entries.
* * elfxx-mips.c (mips_elf_create_dynamic_relocation): Cast signednessThiemo Seufer2002-08-072-1/+7
| | | | mismatch.
* * elfxx-mips.c (ABI_64_P): Remove superfluous check.Thiemo Seufer2002-08-072-1/+5
|
* * elf32-mips.c (mips_reloc_map): Fix typo.Thiemo Seufer2002-08-072-1/+5
|
* 2002-08-05 Michael Snyder <msnyder@redhat.com>Michael Snyder2002-08-072-4/+21
| | | | | | * mips-tdep.c (mips_find_saved_regs): Adjust stack according to MIPS_SAVED_REGSIZE, not GDB_TARGET_IS_MIPS64. Enhance comment. (mips_gdbarch_init): Set N32 target to be mips64.
* daily updateAlan Modra2002-08-071-1/+1
|
* *** empty log message ***gdbadmin2002-08-071-1/+1
|
* * frame.c (find_saved_register): Break out of loop once savedKevin Buettner2002-08-062-5/+13
| | | | | register address is found. Don't mention sparc in loop comment anymore.
* * library/srcwin.itb (_build_win): Anchor status label so thatKeith Seitz2002-08-062-1/+7
| | | | text appears at left instead of centered.
* * mips-tdep.c (mips_gdbarch_init): For the N32 ABI, setKevin Buettner2002-08-062-1/+6
| | | | mips_default_saved_regsize to 8.
* 2002-08-06 Andrew Cagney <ac131313@redhat.com>Andrew Cagney2002-08-063-3/+7
| | | | | * gcore.c: Do not include <sys/procfs.h>. * Makefile.in (gcore.o): Update dependencies.
* 2002-08-06 Andrew Cagney <cagney@redhat.com>Andrew Cagney2002-08-067-1081/+1089
| | | | | | | | | * configure.tgt: Make arc-*-* obsolete. * NEWS: Mention that arc-*-* has been identifed as obsolete. * MAINTAINERS: Make arc-elf obsolete. * arc-tdep.c: Make file obsolete. * config/arc/arc.mt: Ditto. * config/arc/tm-arc.h: Ditto.
* * xcofflink.c (xcoff_write_global_symbol): Set n_scnum for abs_section.Alan Modra2002-08-062-1/+8
|
* Add hppa-openbsd targetNick Clifton2002-08-062-0/+5
|
* * elf64-ppc.c (ppc64_elf_howto_raw): Zero all src_mask entries.Alan Modra2002-08-062-21/+25
|
* * libxcoff.h: Use PARAMS on function declarations.Alan Modra2002-08-064-21/+35
| | | | | * coff-rs6000.c (xcoff_generate_rtinit): Simplify size calc. * coff64-rs6000.c (xcoff64_generate_rtinit): Likewise.
* * coff-rs6000.c: (xcoff_rtype2howto): Don't place reloc address inAlan Modra2002-08-063-10/+7
| | | | | addend. * coff64-rs6000.c: (xcoff64_rtype2howto): Likewise.
* * coff-rs6000.c: Formatting fixes.Alan Modra2002-08-063-1761/+1717
| | | | | | | | | | | | | | | | | (xcoff_calculate_relocation): Use PARAMS in declaration. (xcoff_complain_overflow): Likewise. (xcoff_ppc_relocate_section): Use old-style function pointer call. (bfd_xcoff_backend_data): Remove useless comments. (rs6000coff_vec): Likewise. (bfd_pmac_xcoff_backend_data): Likewise. (pmac_xcoff_vec): Likewise. * coff64-rs6000.c: Formatting fixes. (xcoff64_calculate_relocation): Use PARAMS in declaration. (xcoff64_ppc_relocate_section): Use old-style function pointer call. (bfd_xcoff_backend_data): Remove useless comments. (rs6000coff64_vec): Likewise. (bfd_xcoff_aix5_backend_data): Likewise. (aix5coff64_vec): Likewise.
* * coff-rs6000.c (xcoff_howto_table): Revert some of last change toAlan Modra2002-08-063-62/+71
| | | | | | | | | | | | mask entries. Use complain_overflow_dont for R_REF. (xcoff_reloc_type_ba): Revert last change. (xcoff_reloc_type_br): Likewise. (xcoff_reloc_type_crel): Likewise. (xcoff_ppc_relocate_section): Likewise. * coff64-rs6000.c (xcoff64_reloc_type_br): Likewise. (xcoff64_ppc_relocate_section): Likewise. (xcoff64_howto_table): Revert some of last change to mask entries. Use complain_overflow_dont for R_REF.
* * coff-rs6000.c (xcoff_howto_table): Fix src_mask entries. Make allAlan Modra2002-08-063-88/+104
| | | | | | | | | | | | | relocs with bitsize == 16 have size = 1. (xcoff_reloc_type_ba): Correct src_mask and dst_mask adjustment. (xcoff_reloc_type_br): Likewise. (xcoff_reloc_type_crel): Likewise. (xcoff_ppc_relocate_section): Set up src_mask and dst_mask correctly. * coff64-rs6000.c (xcoff64_reloc_type_br): Correct src_mask and dst_mask adjustment. (xcoff64_ppc_relocate_section): Set up src_mask and dst_mask correctly. (xcoff64_howto_table): Fix src_mask entries. Make all relocs with bitsize == 16 have size = 1.
* daily updatebinutils-2_13Alan Modra2002-08-061-1/+1
|
* *** empty log message ***gdbadmin2002-08-061-1/+1
|
* * gdb/avr-tdep.c(avr_skip_prologue): Fix to return the correct pc.Theodore A. Roth2002-08-052-1/+12
|
* 2002-08-05 Andrew Cagney <ac131313@redhat.com>Andrew Cagney2002-08-059-8/+21
| | | | | | | | | | | | | * mcore-tdep.c (mcore_gdbarch_init): Use generic_unwind_get_saved_register instead of generic_get_saved_register. * v850-tdep.c (v850_gdbarch_init): Ditto. * frv-tdep.c (frv_gdbarch_init): Ditto. * mn10300-tdep.c (mn10300_gdbarch_init): Ditto. * s390-tdep.c (s390_gdbarch_init): Ditto. * d10v-tdep.c (d10v_gdbarch_init): Ditto. * config/mn10200/tm-mn10200.h (GET_SAVED_REGISTER): Ditto. * config/h8300/tm-h8300.h (GET_SAVED_REGISTER): Ditto.
* * objfiles.h: Add missing #include "symfile.h"Joel Brobecker2002-08-053-2/+10
| | | | * Makefile.in (objfiles_h): Add dependency on symfile.h and dependents.