aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2003-10-082003-10-08 Dave Brolley <brolley@redhat.com>Dave Brolley5-1250/+1634
* frv-desc.[ch], frv-opc.[ch]: Regenerated.
2003-10-082003-10-08 Dave Brolley <brolley@redhat.com>Dave Brolley2-3/+7
* configure.in: Move frv handling to alphabetically correct placement.
2003-10-082003-10-06 Dave Brolley <brolley@redhat.com>Dave Brolley175-117/+15074
* sim/frv/fr550: New subdirectory. * sim/frv/fr400/*.cgs: Add fr550 as appropriate. * sim/frv/fr500/*.cgs: Add fr550 as appropriate. * sim/frv/interrupts/*.cgs: Add fr550 as appropriate. * sim/frv/interrupts/*-fr550.cgs: New test cases for fr550.
2003-10-082003-10-06 Dave Brolley <brolley@redhat.com>Dave Brolley25-495/+24030
* profile-fr550.[ch]: New files. * configure.in: Move frv handling to alphabetically correct placement. * Makefile.in: Add fr550 support. * frv-sim.h,frv.c,interrups.c,memory.c,mloop.in,pipeline.c, profile.[ch],registers.c,traps.c: Add fr550 support. * arch.c,arch.h,cpu.c,cpu.h,cpuall.h,model.h,decode.c,decode.h,sem.c: Regenerate.
2003-10-082003-10-06 Dave Brolley <brolley@redhat.com>Dave Brolley2-1/+5
* binutils-all/objdump.exp (cpu_expected): Add fr550.
2003-10-082003-10-06 Dave Brolley <brolley@redhat.com>Dave Brolley2-0/+5
* frv.h (EF_FRV_CPU_FR550): New macro.
2003-10-082003-10-08 Dave Brolley <brolley@redhat.com>Dave Brolley2-1/+114
* config/tc-frv.c (fr550_check_insn_acc_range): New function. (fr550_check_acc_range): New function. (md_assemble): Call fr550_check_acc_range.
2003-10-082003-10-08 Chris Demetriou <cgd@broadcom.com>Chris Demetriou2-4/+11
* lib/gas-defs.exp (gas_run): Always log the command being run. (gas_start): Likewise. (regexp_diff): Make error reporting about non-existent files consistent.
2003-10-082003-10-08 Dave Brolley <brolley@redhat.com>Dave Brolley5-1/+18
On behalf of Michael Snyder <msnyder@redhat.com> * archures.c: Add FRV fr550 machine. * cpu-frv.c: Ditto. * elf32-frv.c: Ditto. * bfd-in2.h: Regenerate.
2003-10-082003-10-06 Dave Brolley <brolley@redhat.com>Dave Brolley3-872/+1685
* frv.cpu, frv.opc: Add support for fr550.
2003-10-08 * elfxx-mips.c (STUB_MOVE,STUB_LI16): Fix stub codeThiemo Seufer2-5/+13
for non-SGI N64 ABI. Improve code consitency.
2003-10-08* as.c (use_gnu_debug_info_extensions) : New variable.Nick Clifton6-3/+44
(parse_args) : Accept new --gstabs+ option, and set `use_gnu_debug_info_extensions'. (show_usage) : Document --gstabs+ option. * as.h (use_gnu_debug_info_extensions) : New extern declaration. * stabs.c (stabs_generate_asm_file) : If `use_gnu_debug_info_extensions' is set add the compilation directory to the stabs debug info. * doc/as.texinfo : Document --gstabs+ option. * NEWS: Mention new feature.
2003-10-08lexsup.c (parse_args: OPTION_CALL_SHARED): Revise comment describing defaults.Nick Clifton2-9/+14
Change default to report unresolved symbols in object files as well.
2003-10-08Include bfd_elf64_sparc_vec if BFD64 is enabled.Nick Clifton2-2/+5
2003-10-08 * ldexp.c (fold_name) <case DEFINED>: Set section of result toHans-Peter Nilsson2-1/+6
abs_output_section.
2003-10-08 * ld-scripts/defined2.d, ld-scripts/defined2.t: New test.Hans-Peter Nilsson4-0/+35
* ld-scripts/defined.exp: Run defined2.
2003-10-082003-10-08 Kei Sakamoto <sakamoto.kei@renesas.com>Kazuhiro Inaoka1-0/+5
* m32r-tdep.c : Include "dis-asm.h". * Makefile.in (m32r-tdep.o): Update dependencies.
2003-10-082003-10-08 Kei Sakamoto <sakamoto.kei@renesas.com>Kazuhiro Inaoka2-1/+2
* m32r-tdep.c : Include "dis-asm.h". * Makefile.in (m32r-tdep.o): Update dependencies.
2003-10-08daily updateAlan Modra1-1/+1
2003-10-08*** empty log message ***gdbadmin1-1/+1
2003-10-07 * emulparams/elf32xtensa.sh (OTHER_READONLY_SECTIONS,Bob Wilson2-7/+13
OTHER_READWRITE_SECTIONS, OTHER_SECTIONS): Set section addresses to zero for relocatable links.
2003-10-07* elf32-frv.c (elf32_frv_howto_table): Set R_FRV_LABEL16'sAlexandre Oliva2-1/+6
rightshift to 2.
2003-10-07 * configure.host (HOSTING_LIBS): Define for hppa*-*-linux*.Dave Anglin6-2/+44
* ld-elfvsb/elfvsb.exp: xfail non-pic shared library tests for non 64-bit hppa*-*-linux* targets. * ld-elfvsb/main.c (main_visibility_check): Cast value returned by visibility_funptr () to a function pointer. * ld-shared/shared.exp: xfail shared (non PIC), shared (non PIC, load offset), and shared (PIC main, non PIC so) tests for non 64-bit hppa*-*-linux* targets.
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