David S. Miller
ba6783391f
2002-04-18 David S. Miller <davem@redhat.com>
* gdb.base/annota1.exp: Expect addresses as $hex + whitespace to
handle 64-bit platforms correctly.
* gdb.base/maint.exp: Likewise.
25 years ago
Kevin Buettner
b03399da11
* gdb.base/shlib-call.exp (additional_flags): AIX doesn't need
``-fpic'' when compiling files comprising a shared library, but
it does need additional linker flags in order to find shared
libraries at run time.
25 years ago
Alexandre Oliva
b882a66bfc
* interp.c (sim_open): Disable chunk of code that wrote code in
vector table entries.
25 years ago
Andrew Cagney
f4f9705a2d
* gdbarch.sh (BREAKPOINT_FROM_PC): Return a const buffer.
* 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.
25 years ago
Pierre Muller
29f319b84c
2002-04-18 Pierre Muller <muller@ics.u-strasbg.fr>
* p-exp.y: Add precedence rule for '^' token.
This removes the shift/reduce conflicts.
Remove the comment concerning these shift/reduce conflicts.
25 years ago
Elena Zannoni
ebeac11a97
2002-04-17 Elena Zannoni <ezannoni@redhat.com>
* rs6000-tdep.c (COMMON_UISA_NOFP_REGS): New macro.
(registers_powerpc_nofp): New register set for processors
without floating point unit.
25 years ago
Kevin Buettner
e20049926b
* gdb.base/cvexpr.c (use): New function.
(main): Invoke use() on all global variables to prevent
some linkers from deleting these otherwise unused symbols.
25 years ago
Nick Clifton
7831a7758e
Fix problems building arm-wince-pe toolchain.
25 years ago
David S. Miller
27c31547c0
2002-04-18 David S. Miller <davem@redhat.com>
* MAINTAINERS: Add myself to write-after-approval.
25 years ago
Michael Chastain
d8937120db
2002-04-17 Michael Chastain <mec@shout.net>
From David S. Miller <davem@redhat.com>
* gdb.c++/ovldbreak.exp: Expect addresses as $hex + whitespace to
handle 64-bit platforms correctly.
25 years ago
gdbadmin
826ede653b
*** empty log message ***
25 years ago
Alan Modra
26505dde2d
daily update
25 years ago
Andrew Cagney
953836b25a
* rs6000-tdep.c (frame_initial_stack_address): Use
frame_register_read to read the alloca_reg.
25 years ago
Geoffrey Keating
ffa554edd7
* dwarf2dbg.c (dwarf2_gen_line_info): Do emit duplicate line
numbers, gdb relies on them to detect the start of the prologue.
25 years ago
Andrew Cagney
8b0d4340d7
* frame.c (find_saved_register): Find saved registers in the next
not prev frame.
Fix PR gdb/365.
25 years ago
DJ Delorie
26eadf6826
* configure.in: Move default CC setting out of config/mh-* fragments
directly into here.
25 years ago
DJ Delorie
a0a2c6c6e3
* configure.in: don't even try to configure or make a subdirectory
if there's no configure script for it.
25 years ago
Joern Rennecke
a44d7f9cfb
Re-enable linking for sh5:
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.
25 years ago
Andrew Cagney
d886453249
* gdbarch.sh (LANG): Set to ``c''.
25 years ago
Martin Schwidefsky
302576afe4
* config/tc-s390.c (tc_s390_fix_adjustable): Prevent adjustments to
symbols in merge sections.
25 years ago
Matthew Green
eb0fdfed10
* gas/ppc/altivec.d: Fix dssall test.
* 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.
25 years ago
Thiemo Seufer
944cd72c7e
* arparse.y: Fix syntax warning.
* ldgram.y: Fix syntax warning.
25 years ago
DJ Delorie
38b581ae41
merge from gcc
25 years ago
gdbadmin
6338913390
*** empty log message ***
25 years ago
Alan Modra
2be0d1d9cd
daily update
25 years ago
Nick Clifton
3e55a9634f
Remove unused function fetch_location_list.
Catch corrupt core notes and display a warning message.
25 years ago
Nick Clifton
3d8dbe36e2
Fix test for records crossing a 64K boundary
25 years ago
Nick Clifton
ea91f8bb52
Define MEMFLAGS_DISCARDABLE by default for dialogs.
Add a test for this.
25 years ago
Alan Modra
091e58c11e
* as.c (main): Don't reference _bfd_chunksize.
25 years ago
Alan Modra
4ab8270019
* elf32-m32r.c (m32r_elf_add_symbol_hook): Check the hash table
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.
25 years ago
Tom Rix
76b999d013
Prevent adjustments to symbols in merge sections.
25 years ago
Richard Henderson
036fe0fe8e
* elf32-mips.c (mips_elf32_object_p): Revert 0404 fragment: allow
n32 binaries.
25 years ago
gdbadmin
0c485e66f5
*** empty log message ***
25 years ago
Alan Modra
b7ae17ce92
daily update
25 years ago
DJ Delorie
9972f812fa
* MAINTAINERS: Remove chill maintainers.
* 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.
25 years ago
Keith Seitz
58fef22778
* acinclude.m4 (CYG_AC_PATH_TCLCONFIG): Search the win/ directory,
too.
(CYG_AC_PATH_TKCONFIG): Likewise.
25 years ago
Andrew Cagney
36cc83a397
* PROBLEMS: Mention hppa2.0-hp-hpux10.20 compile problems.
25 years ago
DJ Delorie
75205f7881
Sync with gcc
25 years ago
Don Howard
5ca0cb286a
2002-04-15 Don Howard <dhoward@redhat.com>
From Eli Zaretskii <eliz@is.elta.co.il>
* gdb.texinfo (show max-user-call-depth): Correct formatting.
Provide a better explaination of this feature.
25 years ago
Elena Zannoni
d395ade3db
2002-04-15 Elena Zannoni <ezannoni@redhat.com>
* sim_calls.c (sim_fetch_register, sim_store_register): Return -1 for
AltiVec registers as a temporary stopgap.
25 years ago
Nick Clifton
c4f3d13082
Write contents if writeable.
25 years ago
Nick Clifton
45b9982791
Allow two to five parameter in FONT statement of DIALOGEX resources.
25 years ago
Alan Modra
272423870a
* elf32-ppc.c (ppc_elf_add_symbol_hook): Check the hash table type.
25 years ago
Andrew Cagney
2c7ef07446
* bcache.c: Include <stddef.h> and <stdlib.h> after "defs.h".
Update copyright.
25 years ago
Andrew Cagney
628703c64b
tipo
25 years ago
Andrew Cagney
2f4150cc14
* hpread.c (hpread_getlntt): Add declaration.
Also fix PR gdb/391.
25 years ago
Andrew Cagney
56157b4ad6
* acinclude.m4 (AM_PROG_CC_STDC): Import from automake 1.6.
* aclocal.m4, configure: Re-generate.
Fix PR gdb/391.
25 years ago
Elena Zannoni
6d1e3329f6
2002-04-14 Elena Zannoni <ezannoni@redhat.com>
* mi/mi-cmd-disas.c (dump_insns): Use TARGET_PRINT_INSN
instead of tm_print_insn.
25 years ago
Elena Zannoni
cb06fa073c
2002-04-14 Elena Zannoni <ezannoni@redhat.com>
* ppc-bdm.c (bdm_ppc_fetch_registers): Fix typo.
25 years ago
gdbadmin
580af05d1c
*** empty log message ***
25 years ago