summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 2002-04-17 David S. Miller <davem@redhat.com>David S. Miller2002-04-193-0/+43
| | | | | * gdb.asm/sparc64.inc: New file. * gdb.asm/asm-source.exp: Handle sparc64-*-*.
* 2002-04-19 Elena Zannoni <ezannoni@redhat.com>Elena Zannoni2002-04-192-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.
* (cofftag): Do not run test for xscale-coff toolchain.Nick Clifton2002-04-192-4/+15
| | | | | (struct, align, incbin): Use case switch so that other targets to be skipped can be added in the future.
* * alpha-tdep.c (setup_arbitrary_frame): Rename...Jason Thorpe2002-04-193-3/+11
| | | | | | (alpha_setup_arbitrary_frame): ...to this. * config/alpha/tm-alpha.h (SETUP_ARBITRARY_FRAME): Update for alpha_setup_arbitrary_frame.
* daily updateAlan Modra2002-04-191-1/+1
|
* *** empty log message ***gdbadmin2002-04-191-1/+1
|
* 2002-04-18 David S. Miller <davem@redhat.com>David S. Miller2002-04-183-2/+8
| | | | | | * gdb.base/annota1.exp: Expect addresses as $hex + whitespace to handle 64-bit platforms correctly. * gdb.base/maint.exp: Likewise.
* * gdb.base/shlib-call.exp (additional_flags): AIX doesn't needKevin Buettner2002-04-182-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.
* * interp.c (sim_open): Disable chunk of code that wrote code inAlexandre Oliva2002-04-182-0/+9
| | | | vector table entries.
* * gdbarch.sh (BREAKPOINT_FROM_PC): Return a const buffer.Andrew Cagney2002-04-1820-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-18 Pierre Muller <muller@ics.u-strasbg.fr>Pierre Muller2002-04-182-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-17 Elena Zannoni <ezannoni@redhat.com>Elena Zannoni2002-04-182-0/+25
| | | | | | * rs6000-tdep.c (COMMON_UISA_NOFP_REGS): New macro. (registers_powerpc_nofp): New register set for processors without floating point unit.
* * gdb.base/cvexpr.c (use): New function.Kevin Buettner2002-04-182-1/+161
| | | | | (main): Invoke use() on all global variables to prevent some linkers from deleting these otherwise unused symbols.
* Fix problems building arm-wince-pe toolchain.Nick Clifton2002-04-182-10/+36
|
* 2002-04-18 David S. Miller <davem@redhat.com>David S. Miller2002-04-182-0/+5
| | | | * MAINTAINERS: Add myself to write-after-approval.
* 2002-04-17 Michael Chastain <mec@shout.net>Michael Chastain2002-04-182-38/+44
| | | | | | | From David S. Miller <davem@redhat.com> * gdb.c++/ovldbreak.exp: Expect addresses as $hex + whitespace to handle 64-bit platforms correctly.
* *** empty log message ***gdbadmin2002-04-181-1/+1
|
* daily updateAlan Modra2002-04-181-1/+1
|
* * rs6000-tdep.c (frame_initial_stack_address): UseAndrew Cagney2002-04-172-35/+21
| | | | frame_register_read to read the alloca_reg.
* * dwarf2dbg.c (dwarf2_gen_line_info): Do emit duplicate lineGeoffrey Keating2002-04-172-2/+11
| | | | numbers, gdb relies on them to detect the start of the prologue.
* * frame.c (find_saved_register): Find saved registers in the nextAndrew Cagney2002-04-172-1/+7
| | | | | not prev frame. Fix PR gdb/365.
* * configure.in: Move default CC setting out of config/mh-* fragmentsDJ Delorie2002-04-172-5/+68
| | | | directly into here.
* * configure.in: don't even try to configure or make a subdirectoryDJ Delorie2002-04-172-0/+24
| | | | if there's no configure script for it.
* Re-enable linking for sh5:Joern Rennecke2002-04-174-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.
* * gdbarch.sh (LANG): Set to ``c''.Andrew Cagney2002-04-172-0/+9
|
* * config/tc-s390.c (tc_s390_fix_adjustable): Prevent adjustments toMartin Schwidefsky2002-04-172-1/+10
| | | | symbols in merge sections.
* * gas/ppc/altivec.d: Fix dssall test.Matthew Green2002-04-179-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.
* * arparse.y: Fix syntax warning.Thiemo Seufer2002-04-174-0/+10
| | | | * ldgram.y: Fix syntax warning.
* merge from gccDJ Delorie2002-04-172-4/+15
|
* *** empty log message ***gdbadmin2002-04-171-1/+1
|
* daily updateAlan Modra2002-04-171-1/+1
|
* Remove unused function fetch_location_list.Nick Clifton2002-04-162-13/+18
| | | | Catch corrupt core notes and display a warning message.
* Fix test for records crossing a 64K boundaryNick Clifton2002-04-162-21/+23
|
* Define MEMFLAGS_DISCARDABLE by default for dialogs.Nick Clifton2002-04-167-2/+40
| | | | Add a test for this.
* * as.c (main): Don't reference _bfd_chunksize.Alan Modra2002-04-162-7/+5
|
* * elf32-m32r.c (m32r_elf_add_symbol_hook): Check the hash tableAlan Modra2002-04-166-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.
* Prevent adjustments to symbols in merge sections.Tom Rix2002-04-162-4/+10
|
* * elf32-mips.c (mips_elf32_object_p): Revert 0404 fragment: allowRichard Henderson2002-04-162-3/+5
| | | | n32 binaries.
* *** empty log message ***gdbadmin2002-04-161-1/+1
|
* daily updateAlan Modra2002-04-161-1/+1
|
* * MAINTAINERS: Remove chill maintainers.DJ Delorie2002-04-153-30/+20
| | | | | | | | | | | | | | | | | | * Makefile.in (CHILLFLAGS): Remove. (CHILL_LIB): Remove. (TARGET_CONFIGDIRS): Remove libchill. (CHILL_FOR_TARGET): Remove. (BASE_FLAGS_TO_PASS): Don't pass CHILLFLAGS, CHILL_FOR_TARGET, or CHILL_LIB. (CONFIGURE_TARGET_MODULES): Remove configure-target-libchill. (CHECK_TARGET_MODULES): Likewise. (INSTALL_TARGET_MODULES): Likewise. (CLEAN_TARGET_MODULES): Likewise. (configure-target-libchill): Remove. (all-target-libchill): Remove. * configure.in (target_libs): Remove target-libchill. Do not compute CHILL_FOR_TARGET. * libchill: Remove directory.
* * acinclude.m4 (CYG_AC_PATH_TCLCONFIG): Search the win/ directory,Keith Seitz2002-04-152-0/+34
| | | | | too. (CYG_AC_PATH_TKCONFIG): Likewise.
* * PROBLEMS: Mention hppa2.0-hp-hpux10.20 compile problems.Andrew Cagney2002-04-152-49/+14
|
* Sync with gccDJ Delorie2002-04-154-183/+659
|
* 2002-04-15 Don Howard <dhoward@redhat.com>Don Howard2002-04-152-3/+10
| | | | | | From Eli Zaretskii <eliz@is.elta.co.il> * gdb.texinfo (show max-user-call-depth): Correct formatting. Provide a better explaination of this feature.
* 2002-04-15 Elena Zannoni <ezannoni@redhat.com>Elena Zannoni2002-04-152-2/+15
| | | | | * sim_calls.c (sim_fetch_register, sim_store_register): Return -1 for AltiVec registers as a temporary stopgap.
* Write contents if writeable.Nick Clifton2002-04-152-36/+37
|
* Allow two to five parameter in FONT statement of DIALOGEX resources.Nick Clifton2002-04-158-8/+145
|
* * elf32-ppc.c (ppc_elf_add_symbol_hook): Check the hash table type.Alan Modra2002-04-152-1/+6
|
* * bcache.c: Include <stddef.h> and <stdlib.h> after "defs.h".Andrew Cagney2002-04-152-5/+9
| | | | Update copyright.
OpenPOWER on IntegriCloud