aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2003-12-062003-12-05 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2-0/+14
* ia64-tdep.c (ia64_gdbarch_init): Set up the gdbarch long double format to be the i387 extended float format which is used for long doubles stored in memory.
2003-12-06 * ChangeLog-9197: Fix comment typos.Kazu Hirata8-9/+9
* coffgrok.c: Likewise. * filemode.c: Likewise. * objcopy.c: Likewise. * objdump.c: Likewise. * prdbg.c: Likewise. * stabs.c: Likewise. * unwind-ia64.c: Likewise.
2003-12-06*** empty log message ***gdbadmin1-1/+1
2003-12-05 * config/tc-z8k.c (parse_reg): Be case insensitive when checkingChristian Groessler2-24/+25
register names. (get_ctrl_operand): Be case insensitive when checking ctrl names.
2003-12-05 * gas/z8k/ctrl-names.d: New file.Christian Groessler4-0/+86
* gas/z8k/ctrl-names.s: New file. * gas/z8k/z8k.exp: Run new tests.
2003-12-05daily updateAlan Modra1-1/+1
2003-12-052003-12-02 Alexandre Oliva <aoliva@redhat.com>Michael Snyder1-0/+5
* sh-opc.h: Add support for sh4a and no-fpu variants. * sh-dis.c: Ditto.
2003-12-05Don't blame aoliva for my work.Michael Snyder1-2/+7
2003-12-05From Ulrich Weigand <weigand@informatik.uni-erlangen.de>:Mark Kettenis2-3/+8
* dwarf2-frame.c (dwarf2_frame_cache): Use the untranslated RA column instead of translating it.
2003-12-05Fix SH compilation problems introduced by previous deltaNick Clifton2-10/+17
2003-12-05Fixes for use of ARM_26D reloc in arm-wince toolchain.Nick Clifton4-22/+41
2003-12-052003-12-04 Michael Chastain <mec.gnu@mindspring.com>Michael Chastain5-26/+69
Partial fix for PR c++/1465. Fix for PR c++/1377. * cp-support.h (cp_lookup_rtti_type): New function. * cp-support.c (cp_lookup_rtti_type): New function. * gnu-v2-abi.c: Update copyright years. (gnuv2_rtti_type): Call cp_lookup_rtti_type. * gnu-v3-abi.c: Update copyright years. (gnuv3_rtti_type): Call cp_lookup_rtti_type.
2003-12-052003-12-02 Alexandre Oliva <aoliva@redhat.com>Michael Snyder2-51/+267
* sh-opc.h: Add support for sh4a and no-fpu variants. * sh-dis.c: Ditto.
2003-12-052003-12-03 Alexandre Oliva <aoliva@redhat.com>Michael Snyder17-18/+822
* config/tc-sh.c: Add support for sh4a and no-fpu variants, with appropriate additions to md_show_usage. * testsuite/gas/sh/basic.exp: Call tests for sh4a. * testsuite/gas/sh/{err-sh4a-fp.s, err-sh4a.s, err-sh4al-dsp.s, sh4a-dsp.d, sh4a-dsp.s, sh4a-fp.d, sh4a-fp.s, sh4a.d, sh4a.s, sh4al-dsp.d, sh4al-dsp.s: New files, tests for sh4a and related variants. * doc/c-sh.texi: Document new -isa options. * doc/c-sh64.texi: Ditto. * NEWS: Mention new support for sh4a.
2003-12-052003-12-04 Michael Chastain <mec.gnu@mindspring.com>Michael Chastain2-4/+10
Partial fix for PR testsuite/1456. * gdb.base/so-impl-ld.exp: Replace reference to gcc_compiled with call to test_compiler_info.
2003-12-05 * stabsread.c (read_type): Save a reference to types that are definedJoel Brobecker2-5/+10
as cross references to other types.
2003-12-05*** empty log message ***gdbadmin1-1/+1
2003-12-04daily updateAlan Modra1-1/+1
2003-12-042003-12-04 H.J. Lu <hongjiu.lu@intel.com>H.J. Lu2-5/+6
* elf32-ppc.c (ppc_elf_relax_section): Don't check relax_finalizing.
2003-12-04bfd/H.J. Lu8-9/+31
2003-12-04 H.J. Lu <hongjiu.lu@intel.com> * elfxx-ia64.c (elfNN_ia64_relax_section): Use the need_relax_finalize field in link_info instead of relax_finalizing to check if the relax finalize pass is being done. include/ 2003-12-04 H.J. Lu <hongjiu.lu@intel.com> * bfdlink.h (bfd_link_info): Change relax_finalizing to need_relax_finalize. ld/ 2003-12-04 H.J. Lu <hongjiu.lu@intel.com> * emultempl/ia64elf.em (gld${EMULATION_NAME}_after_parse): Set link_info.need_relax_finalize to TRUE. * ldlang.c (lang_process): Use link_info.need_relax_finalize instead of link_info.relax_finalizing. * ldmain.c (main): Likewise.
2003-12-04merge from gccDJ Delorie3-125/+298
2003-12-04Do not copy the object if the output file's format cannot be set to that ofNick Clifton2-3/+19
the input file. If the input file's format is unknown, fail.
2003-12-04Define RELOCATEABLE_OUTPUT_FORMATNick Clifton2-0/+8
2003-12-04Change ARM26* to ARM_26* in comments to match definitions.Nick Clifton2-17/+24
Replace hard-coded constants with appropriate definitions (ARM_26*).
2003-12-04 * ldlang.c (lang_do_assignments): Function return is void.Alan Modra6-4/+17
* ldlang.h (lang_do_assignments): Ditto. * emultempl/netbsd.em (gld${EMULATION_NAME}_before_parse): Declare. * Makefile.am (ens32knbsd.c): Depend on netbsd.em. * Makefile.in: Regenerate.
2003-12-04 * coff-i860.c (coff_i860_reloc_nyi): Return bfd_reloc_not_supported.Alan Modra4-19/+37
* elf-m10300.c (elf32_mn10300_finish_hash_table_entry): Warning fixes. (mn10300_elf_relax_section): Likewise. * nlm32-alpha.c (ONES): Define. (nlm32_alpha_howto_table): Use it to avoid warnings.
2003-12-04 * openrisc-asm.c: Regenerate.Alan Modra3-25/+47
* pj-opc.c: Update copyright date.
2003-12-042003-12-03 Michael Chastain <mec.gnu@mindspring.com>Michael Chastain2-1/+5
* gdb.base/so-impl-ld.exp: Update copyright notice.
2003-12-04 * elf32-i386.c (elf_i386_object_p): Delete.Alan Modra8-70/+12
(elf_backend_object_p): Don't define. * elf32-s390.c (elf_s390_object_p): No need to alloc tdata here. * elf32-sh.c (sh_elf_object_p): Likewise. * elf32-sparc.c (elf32_sparc_object_p): Likewise. * elf64-alpha.c (elf64_alpha_object_p): Likewise. * elf64-s390.c (elf_s390_object_p): Likewise. * elf64-x86-64.c (elf64_x86_64_elf_object_p): Likewise.
2003-12-042003-11-24 H.J. Lu <hongjiu.lu@intel.com>H.J. Lu2-1/+6
* config/tc-alpha.c (s_alpha_end): Don't crash if there is no matching .ent.
2003-12-04.Roland McGrath1-31/+37
2003-12-042003-12-02 Roland McGrath <roland@redhat.com>Roland McGrath1-10/+12
* thread-db.c (enable_thread_event): Change return type to td_err_e. Return TD_OK or error code. (enable_thread_event_reporting): Update callers.
2003-12-04*** empty log message ***gdbadmin1-1/+1
2003-12-03 * tc.h (md_pcrel_from): Don't declare if defined as a macro.Alan Modra2-1/+7
2003-12-03daily updateAlan Modra1-1/+1
2003-12-03 * NEWS: Mention new C++ demangler code.Ian Lance Taylor2-0/+11
2003-12-032003-12-03 Andrew Cagney <cagney@redhat.com>Andrew Cagney2-3/+40
* ppc-linux-nat.c (store_register, fetch_register): Convert between ptrace and regcache's wordsize. (ppc_register_u_addr): Use the ptrace wordsize.
2003-12-03merge from gccDJ Delorie2-38/+157
2003-12-03oops - forogot to mention the new support here.Nick Clifton2-0/+3
2003-12-03Add support for the M32R2 processor.Nick Clifton24-260/+1280
2003-12-03Add vax-linux-gnu targetNick Clifton12-71/+139
2003-12-03Add "msp" to list of expected architectures.Nick Clifton2-1/+5
2003-12-03(HEAP_SECTION_MSP430): New section for forthcoming devices.Nick Clifton2-1/+30
(_etext): provide this defenition for all scripts.
2003-12-03 * frv-tdep.c (frv_gdbarch_init): Add case for fr550.Kevin Buettner2-0/+5
2003-12-03 * messages.c: Convert to ISO-C.Kazu Hirata10-184/+140
* obj.h: Likewise. * output-file.c: Likewise. * output-file.h: Likewise. * sb.c: Likewise. * sb.h: Likewise. * stabs.c: Likewise. * subsegs.c: Likewise. * subsegs.h: Likewise. * tc.h: Likewise.
2003-12-03 * emultempl/beos.em: Remove ARGSUSED.Kazu Hirata2-1/+4
2003-12-03 * config/obj-elf.c: Remove ARGSUSED.Kazu Hirata2-1/+4
2003-12-03 * alpha-opc.c: Remove ARGSUSED.Kazu Hirata4-35/+6
* i370-opc.c: Likewise. * ppc-opc.c: Likewise.
2003-12-03*** empty log message ***gdbadmin1-1/+1
2003-12-02daily updateAlan Modra1-1/+1