aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2003-10-07 * gdb.base/ending-run.exp: Add sh specific case.Corinna Vinschen2-0/+9
2003-10-07bfd/Changelog:Nathan Sidwell10-92/+171
* libbfd-in.h (_bfd_link_section_stabs): Add string offset parameter. * cofflink.c (coff_link_add_symbols): Deal with split stab sections. * elflink.h (elf_link_add_object_symbols): Deal with split stab sections. * stabs.c (_bfd_link_section_stabs): Add string offset parameter. * libbfd.h: Regenerated. ld/ChangeLog: * ldwrite.c (unsplittable_name): New. (clone_section): Strip existing numeric suffix. Only truncate names for coff targets. (split_sections): Use unsplittable_name. binutils/ChangeLog: * objdump.c (read_section_stabs): Just read one section, return pointer to it. Add size parameter. (print_section_stabs): Add string offset parameter. Adjust. (struct stab_section_names): Add string offset member. (find_stabs_sections): Correct check for split section suffix, adjust read_section_stabs and print_section_stabs calls. (dump_stabs_section): Clear string_offset, free string table.
2003-10-07 * coffcode.h (coff_set_alignment_hook): With PE_COFF relocNathan Sidwell4-8/+46
overflow, set reloc start position to after the count reloc. Subtract one from num relocs. Give error on 0xffff relocs and no overflow. * cofflink.c (_bfd_coff_final_link): Deal with PE_COFF reloc overflow. * peXXigen.c (_bfd_XXi_swap_scnhdr_out): Do overflow if >= 0xffff.
2003-10-07*** empty log message ***gdbadmin1-1/+1
2003-10-07daily updateAlan Modra1-1/+1
2003-10-06 * completer.h (get_gdb_completer_word_break_characters): Delete.Joel Brobecker5-18/+24
* completer.c: include language.h. (gdb_completer_word_break_characters): Delete. (get_gdb_completer_word_break_characters): Delete. (location_completer): Use the word break characters of the current language. (complete_line): Likewise. (line_completion_function): Likewise. (skip_quoted_chars): Likewise. * Makefile.in (completer.o): Add dependency on language.h. * top.c (init_main): Set the readline word break characters to GDB's default word break characters.
2003-10-06 * language.h (language_defn): new field, la_word_break_characters.Joel Brobecker11-0/+36
* language.c (unknown_language_defn): Set new field to default_word_break_characters. (auto_language_defn): Likewise. (local_language_defn): Likewise. * ada-lang.c (ada_language_defn): Likewise. * c-lang.c (c_language_defn): Likewise. (cplus_language_defn): Likewise. (asm_language_defn): Likewise. (minimal_language_defn): Likewise. * f-lang.c (f_language_defn): Likewise. * jv-lang.c (java_language_defn): Likewise. * m2-lang.c (m2_language_defn): Likewise. * objc-lang.c (objc_language_defn): Likewise. * p-lang.c (pascal_language_defn): Likewise. * scm-lang.c (scm_language_defn): Likewise.
2003-10-062003-10-06 Andrew Cagney <cagney@redhat.com>Andrew Cagney2-66/+60
* ppc-sysv-tdep.c: Re-indent.
2003-10-06 * language.h (default_word_break_characters): Add prototype.Joel Brobecker3-0/+17
* language.c (default_word_break_characters): New function.
2003-10-06 * i386-tdep.c (i386_analyze_frame_setup): Also handle xorl/sublAndreas Schwab2-0/+8
with %eax.
2003-10-062003-10-06 Andrew Cagney <cagney@redhat.com>Andrew Cagney2-10/+8
* Makefile.in (ALLDEPFILES): Remove "z8k-tdep.c" and "h8500-tdep.c". (z8k-tdep.o): Delete custom build rule.
2003-10-062003-10-06 Andrew Cagney <cagney@redhat.com>Andrew Cagney2-43/+35
* Makefile.in: Update all dependencies.
2003-10-062003-10-06 Andrew Cagney <cagney@redhat.com>Andrew Cagney2-5/+8
* MAINTAINERS: Mention that h8500, mn10200, and z8k were deleted. No longer list PA as as obsolete candidate. List m32r as broken instead of obsolete.
2003-10-062003-10-06 Andrew Cagney <cagney@redhat.com>Andrew Cagney42-2460/+22
* config/nm-m3.h, config/h8500/h8500.mt: Delete obsolete files. * config/h8500/tm-h8500.h, config/i386/nm-ptx4.h: Ditto. * config/i386/nm-symmetry.h, config/i386/ptx.mh: Ditto. * config/i386/ptx.mt, config/i386/ptx4.mh: Ditto. * config/i386/ptx4.mt, config/i386/symmetry.mh: Ditto. * config/i386/symmetry.mt, config/i386/tm-ptx.h: Ditto. * config/i386/tm-ptx4.h, config/i386/tm-symmetry.h: Ditto. * config/i386/xm-ptx.h, config/i386/xm-ptx4.h: Ditto. * config/i386/xm-symmetry.h, config/mips/mipsm3.mh: Ditto. * config/mips/mipsm3.mt, config/mips/tm-mipsm3.h: Ditto. * config/mips/xm-mipsm3.h, config/mn10200/mn10200.mt: Ditto. * config/mn10200/tm-mn10200.h, config/pa/hppabsd.mh: Ditto. * config/pa/hppabsd.mt, config/pa/hppaosf.mh: Ditto. * config/pa/hppaosf.mt, config/pa/hppapro.mt: Ditto. * config/pa/nm-hppab.h, config/pa/nm-hppao.h: Ditto. * config/pa/tm-hppab.h, config/pa/tm-hppao.h: Ditto. * config/pa/tm-pro.h, config/pa/xm-hppab.h: Ditto. * config/pa/xm-pa.h, config/sparc/sparclet.mt: Ditto. * config/sparc/sparclite.mt, config/sparc/tm-sparclet.h: Ditto. * config/sparc/tm-sparclite.h, config/z8k/tm-z8k.h: Ditto. * config/z8k/z8k.mt: Ditto.
2003-10-062003-10-06 Andrew Cagney <cagney@redhat.com>Andrew Cagney4-20/+19
* NEWS: Mention that z8k-zilog-none, z8ksim, mn10200-*-*, h8500hms, hppa*-*-bsd*, hppa*-*-osf*, hppa*-*-pro*, mips*-*-mach3*, i[3456]86-sequent-sysv4*, i[3456]86-sequent-sysv*, i[3456]86-sequent-bsd*, sparclet-*-*, sparclite-fujitsu-none, and sparclite were removed. * configure.host, configure.tgt: Remove corresponding tuples.
2003-10-062003-10-06 Andrew Cagney <cagney@redhat.com>Andrew Cagney3-479/+5
* gdb.base/watchpoint.exp: Delete obsolete clear_xfail. * gdb.disasm/mn10200.exp: Delete obsolete file.
2003-10-062003-10-06 Andrew Cagney <cagney@redhat.com>Andrew Cagney12-1332/+14
* breakpoint.c, breakpoint.h: Remove obsolete code and comments. * buildsym.c, dbxread.c, gdbtypes.c, mdebugread.c: Ditto. * monitor.c, sparc-tdep.c, stabsread.c: Ditto. * stabsread.h, xcoffread.c: Ditto.
2003-10-062003-10-06 Andrew Cagney <cagney@redhat.com>Andrew Cagney12-11427/+7
* z8k-tdep.c, symm-tdep.c, symm-nat.c: Delete obsolete file. * sparclet-stub.c, sparclet-rom.c: Delete obsolete file. * sparcl-tdep.c, sparcl-stub.c, h8500-tdep.c: Delete obsolete file. * m3-nat.c, mipsm3-nat.c, mn10200-tdep.c: Delete obsolete file.
2003-10-062003-10-06 H.J. Lu <hongjiu.lu@intel.com>H.J. Lu2-0/+37
* elf-eh-frame.c (_bfd_elf_write_section_eh_frame): Pad the last CIE/FDE if needed.
2003-10-062003-10-06 David Lecomber <dsl@sources.redhat.com>David Lecomber1-0/+4
* f-valprint.c: Reformatting
2003-10-062003-10-06 David Lecomber <dsl@sources.redhat.com>David Lecomber1-4/+5
* f-valprint.c: Reformatting
2003-10-06lexsup.c (parse_args): Report unresolved symbols in shared libraries whenNick Clifton2-4/+18
creating a dynamic executable. This is a restoration of the default behaviour for previous versions of the linker.
2003-10-06Change target of hppa-netbsd portNick Clifton8-19/+46
2003-10-06Fix macro tests to ignore section symbolsNick Clifton5-0/+17
2003-10-06Add i386-knetbsd-gnu triplet.Nick Clifton9-325/+329
2003-10-06*** empty log message ***gdbadmin1-1/+1
2003-10-06daily updateAlan Modra1-1/+1
2003-10-05* x86-64-tdep.c: Remove duplicate comment.Mark Kettenis2-7/+2
2003-10-05* x86-64-tdep.c (x86_64_store_return_value): Don't useMark Kettenis2-2/+9
DEPRECATED_REGISTER_RAW_SIZE. Use symbolic names for register names for return values. This fixes a bug since we looked at %rbx instead of %rdx.
2003-10-05* x86-64-tdep.c: Include "regset.h".Mark Kettenis2-0/+3
2003-10-05* i386-tdep.h (struct gdbarch_tdep): Add members gregset,Mark Kettenis4-0/+88
gregset_reg_offset, gregset_num_regs, sizeof_gregset, fpregset, sizeof_fpregset. * i386-tdep.c: Include "regset.h". (i386_supply_gregset): New function. (i386_supply_fpregset): New function. (i386_gdbarch_init): Initialze register set-related members of TDEP. * x86-64-tdep.c (x86_64_supply_fpregset): New function. (x86_64_init_abi): Initialize TDEP->sizeof_fpregset.
2003-10-05Revert -f changeNick Clifton2-8/+6
2003-10-05daily updateAlan Modra1-1/+1
2003-10-05*** empty log message ***gdbadmin1-1/+1
2003-10-042003-10-04 Christian Groessler <chris@groessler.org>Christian Groessler16-13/+171
* gas/z8k/calr-backf.s: New file. * gas/z8k/calr-forwf.s: New file. * gas/z8k/calr.d: New file. * gas/z8k/calr.s: New file. * gas/z8k/djnz-backf.s: New file. * gas/z8k/djnz-backf2.s: New file. * gas/z8k/djnz.d: New file. * gas/z8k/djnz.s: New file. * gas/z8k/jr-back.d: New file. * gas/z8k/jr-forw.d: New file. * gas/z8k/jr-back.s: Fix displacement length. Add some more jumps for jr-back.d. * gas/z8k/jr-backf.s: Fix displacement length. * gas/z8k/jr-forw.s: Fix displacement length. Add some more jumps for jr-forw.d. * gas/z8k/jr-forwf.s: Fix displacement length. * gas/z8k/z8k.exp: Run new tests.
2003-10-042003-10-04 Christian Groessler <chris@groessler.org>Christian Groessler2-10/+59
* tc-z8k.c (newfix): Tell fix_new_exp about pc relativeness. (md_apply_fix3): Fix R_JR, R_DISP7, and R_CALLR cases. (md_pcrel_from): This function now gets called. Supply return value.
2003-10-042003-10-04 Christian Groessler <chris@groessler.org>Christian Groessler2-3/+8
* coff-z8k.c (extra_case): Fix displacement length check for R_JR and R_CALLR.
2003-10-04 * elf32-m68hc1x.c: Update to ISO C90; replace PTR with void*.Stephane Carrez5-251/+167
* elf32-m68hc11.c: Likewise. * elf32-m68hc12.c: Likewise. * elf32-m68hc1x.h: Likewise.
2003-10-04 * elf32-m68hc1x.c (_bfd_m68hc11_elf_merge_private_bfd_data): Fix mergeStephane Carrez2-2/+7
of flags between HC12 and HCS12.
2003-10-04Convert to ISO C90Nick Clifton2-261/+254
2003-10-04(std_shortopts): Remove 'f'.Nick Clifton2-1/+13
(std_longopts): Add 'f'. Doing this prevents -f<foo> being acecpted as an alias for -f
2003-10-04(obj_coff_section [BEF_ASSEMBLER]): Make 'r' mean readonly data.Nick Clifton2-1/+6
2003-10-04Set SEC_EXCLUDE flag on sections which become empty after merging.Nick Clifton2-2/+10
2003-10-042003-10-03 H.J. Lu <hongjiu.lu@intel.com>H.J. Lu2-1/+5
* ltconfig (sys_lib_search_path_spec): Fix a typo for HPUX.
2003-10-04daily updateAlan Modra1-1/+1
2003-10-04*** empty log message ***gdbadmin1-1/+1
2003-10-032003-10-03 Andrew Cagney <cagney@redhat.com>Andrew Cagney4-4/+231
* rs6000-tdep.c (rs6000_gdbarch_init): When the 64 bit SysV ABI, set extract_return_value, store_return_value and use_struct_convention to ppc64_sysv_abi_extract_return_value, ppc64_sysv_abi_store_return_value and ppc64_sysv_abi_use_struct_convention. * ppc-tdep.h (ppc64_sysv_abi_extract_return_value): Declare. (ppc64_sysv_abi_store_return_value): Declare. (ppc64_sysv_abi_use_struct_convention): Declare. * ppc-sysv-tdep.c (enum return_value_convention): Define. (ppc64_sysv_abi_extract_return_value): New function. (ppc64_sysv_abi_store_return_value): New function. (ppc64_sysv_abi_use_struct_convention): New function. (ppc64_sysv_abi_return_value): New function.
2003-10-032003-10-03 Andrew Cagney <cagney@redhat.com>Andrew Cagney2-3/+9
* gdbint.texinfo (Target Architecture Definition): Deprecate IBM6000_TARGET. Mention that it implies an RS/6000 system and not just target.
2003-10-032003-10-03 Andrew Cagney <cagney@redhat.com>Andrew Cagney2-7/+15
* ppc-linux-tdep.c (ppc64_linux_convert_from_func_ptr_addr): Only convert a descriptor to a function when it's in the ".opd" section.
2003-10-03 * sh-tdep.c (sh_push_dummy_call_fpu): Initialize flt_argreg andCorinna Vinschen2-2/+7
reg_size to keep GCC silent.