aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2004-02-212004-02-21 H.J. Lu <hongjiu.lu@intel.com>H.J. Lu2-2/+25
* elflink.c (_bfd_elf_merge_symbol): Properly handle undefined symbols with non-default visibility.
2004-02-21daily updateAlan Modra1-1/+1
2004-02-21* dlltool.c (gen_exp_file): Always output names for forwarded symbols.Christopher Faylor2-6/+10
2004-02-21* configure.host: Add i[34567]86-*-openbsd[0-2].* andMark Kettenis3-0/+13
i[34567]86-*-openbsd3.[0-3]. * config/i386/obsdaout.mh: New file.
2004-02-21* config/i386/obsd.mh (MH_FLAGS): Remove.Mark Kettenis2-4/+2
2004-02-21Fix PR build/1549.Mark Kettenis5-13/+60
* i386obsd-tdep.c: Update copyright years. Include "solib-svr4.h". (i386obsd_init_abi): Don't set regset_from_core_section here. (i386obsd_aout_init_abi): New function. Set regset_from_core_section here. (i386obsd_elf_init_abi): New function. (_initialize_i386obsd_tdep): Register OS/ABI for OpenBSD ELF. * Makefile.in (i386obsd-tdep.o): Update dependecies. * config/i386/obsd.mt (TDEPFILES): Add solib.o and solib-svr4.o. (TM_FILE): Set to tm-nbsd.h. * config/i386/obsd.mh (NATDEPFILES): Remove solib.o and solib-sunos.o.
2004-02-21* gdb.base/bigcore.exp: Bail out on *BSD instead of only NetBSD.Mark Kettenis2-1/+5
2004-02-21* solib-svr4.h: Update copyright year.Mark Kettenis3-2/+89
(svr4_ilp32_fetch_link_map_offsets) (svr4_lp64_fetch_link_map_offsets): New prototype. * solib-svr4.c: Update copyright year. (svr4_ilp32_fetch_link_map_offsets) (svr4_lp64_fetch_link_map_offsets): New function.
2004-02-21 * peXXigen.c (_bfd_XXi_swap_scnhdr_out): ClearDanny Smith2-4/+8
IMAGE_SCN_MEM_WRITE on known sections only.
2004-02-21 * dwarf2read.c (add_partial_symbol): Fix typo in adding enumeratorsDaniel Jacobowitz2-2/+7
to the partial symbol table.
2004-02-21Fix unwind info problems with .align.Jim Wilson3-13/+60
* config/tc-ia64.c (slot_index): New arg before_relax. Use instead of finalize_syms. (fixup_unw_records): New arg before_relax. Pass to slot_index. (ia64_estimate_size_before_relax): New. (ia64_convert_frag): Pass 0 to fixup_unw_records. Add comment. (generate_unwind_image): Pass 1 to fixup_unw_records. * config/tc-ia64.h (ia64_estimate_size_before_relax): Declare. (md_estimate_size_before_relax): Call ia64_estimate_size_before_relax.
2004-02-21*** empty log message ***gdbadmin1-1/+1
2004-02-20daily updateAlan Modra1-1/+1
2004-02-20 * PROBLEMS: Add description of problem documented under gdb/1560.Joel Brobecker2-0/+10
2004-02-20* amd64obsd-tdep.c: Include "regset.h" and "i387-tdep.h". FixMark Kettenis4-10/+73
comments. (amd64obsd_supply_regset, amd64obsd_regset_from_core_section): New functions. (amd64obsd_init_abi): Reorder initializations. Use amd64obsd_r_reg_offset to initialize the general-purpose register set details. Set regset_from_core_section. (_initialize_amd64obsd_tdep): Rename from _initialize_amd64obsd_ndep. Add OS ABI handler for core dumps. * Makefile.in (amd64obsd-tdep.o): Update dependencies. * config/i386/obsd64.mt (TDEPFILES): Add i386-tdep.o.
2004-02-20* NEWS (New native configurations): Mention OpenBSD/alpha.Mark Kettenis5-1/+15
* configure.tgt: Add alpha*-*-openbsd*. * configure.host: Add alpha*-*-openbsd*. * alphanbsd-tdep.c: Update copyright year. (_initialize_alphanbsd_tdep): Register OS ABI for OpenBSD ELF.
2004-02-202004-02-20 Andrew Cagney <cagney@redhat.com>Andrew Cagney8-75/+11
Fix PR tdep/1372. * configure.tgt: Delete target "none-*-*". * configure.host: Delete host "none-*-*". * config/none/none.mh: Delete file. * config/none/none.mt: Delete file. * config/none/xm-none.h: Delete file. * config/none/tm-none.h: Delete file. * config/none/nm-none.h: Delete file.
2004-02-20 * elf32-ppc.c (allocate_dynrelocs): Create dynsym for undef weakJakub Jelinek2-0/+17
symbols used in PIE relocs.
2004-02-202004-02-20 Andrew Cagney <cagney@redhat.com>Andrew Cagney3-0/+2432
* m32r.opc, m32r.cpu: New files. Written by , Doug Evans, Nick Clifton, Ben Elliston, Matthew Green, and Andrew Haley.
2004-02-202004-02-20 Andrew Cagney <cagney@redhat.com>Andrew Cagney5-0/+3930
* sh.cpu, sh.opc, sh64-compact.cpu, sh64-media.cpu: New files, all written by Ben Elliston.
2004-02-20 * ldgram.y (exp): Add two operand ALIGN.Nathan Sidwell9-10/+75
* ldexp.c (fold_binary): Add ALIGN_K case. * ld.texinfo (ALIGN): Document two operand version. * ld-scripts/align.{s,t,exp}: New.
2004-02-20 * binutils-all/objcopy.exp: Reorder arguments for POSIXLY_CORRECTNathan Sidwell2-5/+9
systems.p
2004-02-20Remove extraneous blank characterFred Fish1-1/+1
2004-02-202004-02-20 Aldy Hernandez <aldyh@redhat.com>Aldy Hernandez2-1/+5
* ppc-opc.c (powerpc_opcodes): Move mfmcsrr0 before mfdc_dat.
2004-02-202004-02-20 Aldy Hernandez <aldyh@redhat.com>Aldy Hernandez2-0/+6
* ppc-opc.c (powerpc_opcodes): Add m*ivor35.
2004-02-20 * ppc-opc.c (powerpc_opcodes): Add mfivor32, mfivor33, mfivor34,Aldy Hernandez2-1/+12
mtivor32, mtivor33, mtivor34.
2004-02-20 PR bootstrap/11932Nathanael Nerode3-238/+304
* mkinstalldirs, install-sh: Import from automake CVS HEAD.
2004-02-202004-02-19 Aldy Hernandez <aldyh@redhat.com>Aldy Hernandez2-0/+5
* ppc-opc.c: Add mfmcar.
2004-02-20Reviewed and approved by ezannoni@redhat.comFred Fish2-2/+6
2004-02-19 Fred Fish <fnf@redhat.com> * sh-tdep.c (sh_analyze_prologue): Eliminate useless test of cache->uses_fp prior to setting it.
2004-02-20*** empty log message ***gdbadmin1-1/+1
2004-02-19Reviewed and approved by ezannoni@redhat.comFred Fish2-0/+23
2004-02-19 Fred Fish <fnf@redhat.com> Fix for PR breakpoint/1558. * sh-tdep.c (IS_JSR): New macro. (sh_analyze_prologue): Use IS_JSR to terminate prologue scan.
2004-02-19daily updateAlan Modra1-1/+1
2004-02-19Testcase suggested by ezannoni@redhat.com.Fred Fish3-0/+114
2004-02-19 Fred Fish <fnf@redhat.com> New testcase for PR breakpoint/1558. * gdb.arch/gdb1558.exp: New file. * gdb.arch/gdb1558.c: New file.
2004-02-19* findvar.c (value_from_register): Doc fix.Jim Blandy2-8/+12
2004-02-192004-02-19 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2-39/+8
* printcmd.c (print_scalar_formatted): Do not check for sizeof type being greater than sizeof of host's LONGEST. Always use unpack_long() unless format 'f' chosen.
2004-02-192004-02-19 Joel Brobecker <brobecker@gnat.com>Elena Zannoni2-4/+47
Committed by Elena Zannoni <ezannoni@redhat.com> * symtab.c (find_pc_sect_psymtab): Return the psymtab that contains a symbol wich is the best, non-exact match for the given pc. Update comments.
2004-02-19gas/Jakub Jelinek4-3/+12
* stabs.c (generate_asm_file): Avoid warning about use of uninitialized variable. binutils/ * objcopy.c (copy_section): Avoid warnings.
2004-02-192004-02-19 Elena Zannoni <ezannoni@redhat.com>Elena Zannoni3-9/+7
* event-top.c (async_request_quit): Remove uses of REQUEST_QUIT macro, which was part of the now removed Mach 3 port. * utils.c (request_quit): Ditto.
2004-02-192004-02-19 Elena Zannoni <ezannoni@redhat.com>Elena Zannoni2-1/+5
* gdb.base/nodebug.exp: Fix typo.
2004-02-19Index: ChangeLogAndrew Cagney6-28/+238
2004-02-19 Andrew Cagney <cagney@redhat.com> * config.guess: Update from version 2003-06-12 to 2004-02-16. * config.sub: Update from version 2003-06-13 to 2004-02-16. Index: dejagnu/ChangeLog 2004-02-19 Andrew Cagney <cagney@redhat.com> * config.guess: Update from version 2003-06-12 to 2004-02-16. * config.sub: Update from version 2003-06-13 to 2004-02-16. Index: readline/ChangeLog.gdb 2004-02-19 Andrew Cagney <cagney@redhat.com> * config.guess: Update from version 2003-06-12 to 2004-02-16. * config.sub: Update from version 2003-06-13 to 2004-02-16.
2004-02-19 * ldlang.c (map_input_to_output_sections): Initialize sectionsNathan Sidwell7-2/+58
mentioned in a data statement expression. (lang_do_assignments_1): Add data statement's expression's section's vma. * ld-scripts/data.{s,t,d,exp}: New.
2004-02-19 * elf32-sparc.c (elf32_sparc_finish_dynamic_sections): ClearJakub Jelinek2-2/+6
.plt sh_entsize.
2004-02-19Yet another fix for -falign-loops problems.Jim Wilson2-4/+32
* config/tc-ia64.c (ia64_flush_insns): In addition to prologue, body, and endp, allow unwind records which do not have a "t" (time/instruction) field.
2004-02-19*** empty log message ***gdbadmin1-1/+1
2004-02-18daily updateAlan Modra1-1/+1
2004-02-18* config/djgpp/fnchange.lst: Rename "amd64obsd-tdep.c" andMark Kettenis2-0/+7
2004-02-18Committed by Mark Kettenis <kettenis@gnu.org>.Mark Kettenis2-0/+8
* config/s390/nm-linux.h (TARGET_REGION_OK_FOR_HW_WATCHPOINT): Define.
2004-02-182004-02-18 Andrew Cagney <cagney@redhat.com>Andrew Cagney6-434/+538
* configure.in: Add a TUI target to CONFIG_ALL, CONFIG_CLEAN, CONFIG_INSTALL and CONFIG_UNINSTALL. * configure: Re-generate. * interps.h (INTERP_TUI): Define. * Makefile.in: Update dependencies. (TUI): New macro. (tui-main.o): Specify dependencies. (install-tui, uninstall-tui, clean-tui, all-tui): New rules. * tui/tui-main.c: New file.
2004-02-18* amd64obsd-tdep.c, amd64obsd-nat.c: New files.Mark Kettenis8-0/+260
* Makefile.in (amd64obsd-nat.o, amd64obsd-tdep.o): New dependencies. * configure.host: Add x86_64-*-openbsd*. * configure.tgt: Add x86_64-*-openbsd*. * config/i386/obsd64.mt, config/i386/obsd64.mh: New files.
2004-02-18* tui/tui.c: Don't include <malloc.h>.Mark Kettenis2-1/+2