aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2002-04-20Fix C_FILE auxent on xcoff64.Tom Rix2-1/+5
2002-04-20 * archures.c (bfd_lookup_arch): Move the list order comment..Alan Modra5-20/+89
(struct bfd_arch_info): ..to where it belongs.
2002-04-20Fix date.Andrew Cagney1-1/+1
2002-04-20* sparc-tdep.c (sparc_get_saved_register): Use get_prev_frameAndrew Cagney5-14/+20
instead of ->prev. * z8k-tdep.c (z8k_frame_chain): Do not use ->prev. * s390-tdep.c (s390_frame_chain): Do not use ->prev. * rs6000-tdep.c (frame_get_saved_regs): Use rs6000_frame_chain() instead of ->prev.
2002-04-20 * archures.c (bfd_lookup_arch): Add comment on list order.Alan Modra3-55/+83
(bfd_default_set_arch_mach): Use bfd_lookup_arch. * cpu-powerpc.c (bfd_powerpc_archs): Re-order so that the default is always at head of list.
2002-04-202002-04-19 Elena Zannoni <ezannoni@redhat.com>Elena Zannoni2-44/+24
Fix PR gdb/471. * gdbtypes.c (init_simd_type): Rewrite using new functions. (build_builtin_type_vec128): Ditto.. (append_composite_type_field): Fix calculation of type length in union case.
2002-04-20*** empty log message ***gdbadmin1-1/+1
2002-04-20daily updateAlan Modra1-1/+1
2002-04-19(Releasing GDB, Coding): Fix typos.Eli Zaretskii2-4/+9
2002-04-19go32-nat.c (store_register): Cast &a_tss to `char *', to avoid compilerEli Zaretskii3-8/+16
warning. config/djgpp/README: Update.
2002-04-19 * ld-elfvsb/elfvsb.exp: Mirror ia64 non-pic xfails for alpha.Richard Henderson5-0/+24
* ld-shared/shared.exp: Likewise. * ld-selective/selective.exp: Disable for alpha. * ld-undefined/undefined.exp: Add alpha to dwarf2 xfails.
2002-04-19sync from gccDJ Delorie2-9/+33
2002-04-18 Tom Tromey <tromey@redhat.com> * configure.in: Disallow configuring libgcj when it is already installed and we're using Solaris 2.8 linker. Do enable libgcj on Solaris 2.8 by default. For PR libgcj/6158.
2002-04-192002-04-19 Nathanael Nerode <neroden@twcny.rr.com>DJ Delorie26-101/+30
* config/mh-a68bsd: clean out dead code * config/mh-apollo68: clean out dead code * config/mh-cxux: clean out dead code * config/mh-decstation: clean out dead code * config/mh-dgux: clean out dead code * config/mh-dgux386: clean out dead code * config/mh-hp300: clean out dead code * config/mh-hpux: clean out dead code * config/mh-hpux8: clean out dead code * config/mh-interix: clean out dead code * config/mh-irix4: clean out dead code * config/mh-lynxrs6k: clean out dead code * config/mh-mingw32: clean out dead code * config/mh-ncr3000: clean out dead code * config/mh-ncrsvr43: clean out dead code * config/mh-necv4: clean out dead code * config/mh-openedition: clean out dead code * config/mh-riscos: clean out dead code * config/mh-sco: clean out dead code * config/mh-sysv4: clean out dead code * config/mh-lynxos: removed, contained only dead code * config/mh-vaxult2: removed, contained only dead code * config/mh-sun3: removed, contained only dead code * configure.in: remove references to dead files
2002-04-192002-04-17 David S. Miller <davem@redhat.com>David S. Miller3-0/+43
* gdb.asm/sparc64.inc: New file. * gdb.asm/asm-source.exp: Handle sparc64-*-*.
2002-04-192002-04-19 Elena Zannoni <ezannoni@redhat.com>Elena Zannoni2-3/+9
* gdb.asm/asm-source.exp: Don't use a symlink, just copy the instruction file directly into the build tree. Clean up at end of test.
2002-04-19(cofftag): Do not run test for xscale-coff toolchain.Nick Clifton2-4/+15
(struct, align, incbin): Use case switch so that other targets to be skipped can be added in the future.
2002-04-19* alpha-tdep.c (setup_arbitrary_frame): Rename...Jason Thorpe3-3/+11
(alpha_setup_arbitrary_frame): ...to this. * config/alpha/tm-alpha.h (SETUP_ARBITRARY_FRAME): Update for alpha_setup_arbitrary_frame.
2002-04-19daily updateAlan Modra1-1/+1
2002-04-19*** empty log message ***gdbadmin1-1/+1
2002-04-182002-04-18 David S. Miller <davem@redhat.com>David S. Miller3-2/+8
* gdb.base/annota1.exp: Expect addresses as $hex + whitespace to handle 64-bit platforms correctly. * gdb.base/maint.exp: Likewise.
2002-04-18 * gdb.base/shlib-call.exp (additional_flags): AIX doesn't needKevin Buettner2-2/+22
``-fpic'' when compiling files comprising a shared library, but it does need additional linker flags in order to find shared libraries at run time.
2002-04-18* interp.c (sim_open): Disable chunk of code that wrote code inAlexandre Oliva2-0/+9
vector table entries.
2002-04-18* gdbarch.sh (BREAKPOINT_FROM_PC): Return a const buffer.Andrew Cagney20-29/+67
* gdbarch.h, gdbarch.c: Regenerate. * defs.h (breakpoint_from_pc_fn): Delete type definition. * target.h (memory_breakpoint_from_pc): Update declaration. * config/mcore/tm-mcore.h (mcore_breakpoint_from_p): Ditto. * arch-utils.c (legacy_breakpoint_from_pc): Update return type. * mcore-tdep.c (mcore_breakpoint_from_pc): Ditto. * mem-break.c (memory_breakpoint_from_pc): Ditto. * rs6000-tdep.c (rs6000_breakpoint_from_pc): Ditto. * s390-tdep.c (s390_breakpoint_from_pc): Ditto * xstormy16-tdep.c (xstormy16_breakpoint_from_pc): Ditto. * mn10300-tdep.c (mn10300_breakpoint_from_pc): Ditto. * mips-tdep.c (mips_breakpoint_from_pc): Ditto. * m68hc11-tdep.c (m68hc11_breakpoint_from_pc): Ditto. * ia64-tdep.c (ia64_breakpoint_from_pc): Ditto. * d10v-tdep.c (d10v_breakpoint_from_pc): Ditto. * arch-utils.c (legacy_breakpoint_from_pc): Ditto.. * mem-break.c (default_memory_insert_breakpoint): Make `bp' a const pointer. * monitor.c (monitor_insert_breakpoint): Ditto. * rs6000-tdep.c (rs6000_software_single_step): Ditto for `breakp'. * config/mcore/tm-mcore.h: Update copyright. * mem-break.c: Ditto. * xstormy16-tdep.c: Ditto.
2002-04-182002-04-18 Pierre Muller <muller@ics.u-strasbg.fr>Pierre Muller2-2/+8
* p-exp.y: Add precedence rule for '^' token. This removes the shift/reduce conflicts. Remove the comment concerning these shift/reduce conflicts.
2002-04-182002-04-17 Elena Zannoni <ezannoni@redhat.com>Elena Zannoni2-0/+25
* rs6000-tdep.c (COMMON_UISA_NOFP_REGS): New macro. (registers_powerpc_nofp): New register set for processors without floating point unit.
2002-04-18 * gdb.base/cvexpr.c (use): New function.Kevin Buettner2-1/+161
(main): Invoke use() on all global variables to prevent some linkers from deleting these otherwise unused symbols.
2002-04-18Fix problems building arm-wince-pe toolchain.Nick Clifton2-10/+36
2002-04-182002-04-18 David S. Miller <davem@redhat.com>David S. Miller2-0/+5
* MAINTAINERS: Add myself to write-after-approval.
2002-04-182002-04-17 Michael Chastain <mec@shout.net>Michael Chastain2-38/+44
From David S. Miller <davem@redhat.com> * gdb.c++/ovldbreak.exp: Expect addresses as $hex + whitespace to handle 64-bit platforms correctly.
2002-04-18*** empty log message ***gdbadmin1-1/+1
2002-04-18daily updateAlan Modra1-1/+1
2002-04-17* rs6000-tdep.c (frame_initial_stack_address): UseAndrew Cagney2-35/+21
frame_register_read to read the alloca_reg.
2002-04-17 * dwarf2dbg.c (dwarf2_gen_line_info): Do emit duplicate lineGeoffrey Keating2-2/+11
numbers, gdb relies on them to detect the start of the prologue.
2002-04-17* frame.c (find_saved_register): Find saved registers in the nextAndrew Cagney2-1/+7
not prev frame. Fix PR gdb/365.
2002-04-17* configure.in: Move default CC setting out of config/mh-* fragmentsDJ Delorie2-5/+68
directly into here.
2002-04-17* configure.in: don't even try to configure or make a subdirectoryDJ Delorie2-0/+24
if there's no configure script for it.
2002-04-17Re-enable linking for sh5:Joern Rennecke4-22/+19
ld: * emulparams/shelf32.sh (MACHINE): Now sh5. bfd: * cpu-sh.c (scan_mach): Delete. (arch_info_struct): Replace scan_mach with bfd_default_scan. (bfd_sh_arch): Likewise.
2002-04-17* gdbarch.sh (LANG): Set to ``c''.Andrew Cagney2-0/+9
2002-04-17 * config/tc-s390.c (tc_s390_fix_adjustable): Prevent adjustments toMartin Schwidefsky2-1/+10
symbols in merge sections.
2002-04-17 * gas/ppc/altivec.d: Fix dssall test.Matthew Green9-7/+20
* gas/ppc/altivec.s: Likewise. * gas/ppc/altivec_xcoff.d: Likewise. * gas/ppc/altivec_xcoff.s: Likewise. * gas/ppc/altivec_xcoff64.d: Likewise. * gas/ppc/altivec_xcoff64.s: Likewise. * ppc-opc.c (powerpc_opcode): Fix dssall operand list.
2002-04-17 * arparse.y: Fix syntax warning.Thiemo Seufer4-0/+10
* ldgram.y: Fix syntax warning.
2002-04-17merge from gccDJ Delorie2-4/+15
2002-04-17*** empty log message ***gdbadmin1-1/+1
2002-04-17daily updateAlan Modra1-1/+1
2002-04-16Remove unused function fetch_location_list.Nick Clifton2-13/+18
Catch corrupt core notes and display a warning message.
2002-04-16Fix test for records crossing a 64K boundaryNick Clifton2-21/+23
2002-04-16Define MEMFLAGS_DISCARDABLE by default for dialogs.Nick Clifton7-2/+40
Add a test for this.
2002-04-16 * as.c (main): Don't reference _bfd_chunksize.Alan Modra2-7/+5
2002-04-16 * elf32-m32r.c (m32r_elf_add_symbol_hook): Check the hash tableAlan Modra6-14/+26
type rather than just assuming entries are ELF. * elf32-sh64.c (sh64_elf_add_symbol_hook): Likewise. * elf64-sh64.c (sh64_elf64_add_symbol_hook): Likewise. * elf64-sparc.c (sparc64_elf_add_symbol_hook): Likewise. * elf64-mmix.c (mmix_elf_add_symbol_hook): Use bfd_link_hash_entry rather than elf_link_hash_entry.
2002-04-16Prevent adjustments to symbols in merge sections.Tom Rix2-4/+10