Kevin Buettner
ad18820186
Make ``show mips abi'' actually show the abi in use.
24 years ago
gdbadmin
873c9e4a20
*** empty log message ***
24 years ago
Andrew Cagney
dbd7cd63b9
Index: common/ChangeLog
2003-02-26 Andrew Cagney <cagney@redhat.com>
* sim-engine.h (sim_engine_abort): Add noreturn attribute.
(sim_engine_vabort): Ditto.
(sim_engine_halt, sim_engine_restart): Ditto.
Index: mn10300/ChangeLog
2003-02-26 Andrew Cagney <cagney@redhat.com>
* am33.igen: Call sim_engine_abort instead of abort.
24 years ago
Alan Modra
5d1a8fc95a
daily update
24 years ago
Jeff Johnston
6b37567ac2
2003-02-26 Jeff Johnston <jjohnstn@redhat.com>
24 years ago
Michael Chastain
d3e0a5bf3a
2003-02-26 Michael Chastain <mec@shout.net>
* configure: Regenerate with autoconf 000227.
24 years ago
David Carlton
0b71dc91d9
2003-02-26 David Carlton <carlton@math.stanford.edu>
* gdb.c++/templates.exp (do_tests): KFAIL the "print Foo<volatile
char *>::foo" test with respect to PR c++/33. Create a new test
which is identical to that one except that it doesn't put the
space between the "char" and the "*"; KFAIL it, too.
24 years ago
David Carlton
dd14ab4396
2003-02-26 David Carlton <carlton@math.stanford.edu>
* gdb.c++/templates.exp (do_tests): Convert XFAILs about printing
template types into either PASSes or KFAILs (corresponding to PR
c++/57). Tweak indentation. Update copyright.
24 years ago
Michael Chastain
18972eea77
2003-02-26 Michael Chastain <mec@shout.net>
Close PR build/660.
* PROBLEMS (i[3456]86-*-linux*): Note explicit error message
for old libc5/glibc.
* gdb_thread_db.h: Die if not HAVE_UINTPTR_T.
24 years ago
David Carlton
bb6317d347
2003-02-26 David Carlton <carlton@math.stanford.edu>
* dv-mn103tim.c (read_special_timer6_reg): Add break after
empty default: label.
(write_special_timer6_reg): Ditto.
Update copyright.
24 years ago
Kris Warkentin
0bbde93163
Added GDB_OSABI_QNXNTO.
24 years ago
Kris Warkentin
83461b867f
Added GDB_OSABI_QNXNTO.
24 years ago
Michael Chastain
27ca5dad5f
2003-02-26 Michael Chastain <mec@shout.net>
* configure.in: New variable HAVE_UINTPTR_T.
* configure, config.in: Regenerated.
24 years ago
Daniel Jacobowitz
6f88d63022
Fix PR build/1097.
* utils.c (gdb_realpath): Move closing brace outwards one #endif.
24 years ago
Alexandre Oliva
42644a8920
* emultempl/elf32.em (gld${EMULATION_NAME}_add_sysroot): Fix
memory allocation error.
24 years ago
gdbadmin
66f24a0b52
*** empty log message ***
24 years ago
Andrew Cagney
b14185ce10
2003-02-25 Andrew Cagney <cagney@redhat.com>
* frame.c (get_prev_frame): Add comment on check for
inside_entry_func. Only check for inside_entry_file when not a
dummy and not a sentinel. Check that the new frame is not inner
to the old frame.
24 years ago
Andrew Cagney
ac2bd0a91c
2003-02-25 Andrew Cagney <cagney@redhat.com>
* frame.c (frame_debug): New variable.
(_initialize_frame): Add "set/show debug frame" command.
(get_prev_frame): When frame_debug, print reason why unwind
failed.
24 years ago
Alan Modra
d8ff4336c6
daily update
24 years ago
Michael Chastain
b18a0fd22d
2003-02-25 Michael Chastain <mec@shout.net>
* PROBLEMS (i[3456]86-*-linux*): Require glibc 2.1.3 or later
to avoid uintptr_t definition problems.
24 years ago
David Carlton
22abf04a5d
2003-02-25 David Carlton <carlton@math.stanford.edu>
* symtab.h (SYMBOL_NATURAL_NAME): New macro.
(SYMBOL_LINKAGE_NAME): Ditto.
(SYMBOL_PRINT_NAME): Use SYMBOL_NATURAL_NAME and
SYMBOL_LINKAGE_NAME.
(struct general_symbol_info): Expand comment.
(DEPRECATED_SYMBOL_NAME): Rename from SYMBOL_NAME.
(SYMBOL_MATCHES_NAME): Use DEPRECATED_SYMBOL_NAME.
(SYMBOL_MATCHES_REGEXP): Ditto.
* symtab.c (symbol_natural_name): New function.
* objfiles.h: Replace all uses of SYMBOL_NAME by
DEPRECATED_SYMBOL_NAME.
* xcoffread.c, valops.c, typeprint.c, tracepoint.c: Ditto.
* symtab.c, symmisc.c, symfile.c, stack.c, stabsread.c: Ditto.
* somsolib.c, sol-thread.c, rs6000-tdep.c, p-valprint.c: Ditto.
* printcmd.c, objfiles.c, objc-lang.c, mipsread.c: Ditto.
* minsyms.c, mdebugread.c, linespec.c, jv-lang.c: Ditto.
* i386-tdep.c, i386-linux-tdep.c, hpread.c, hppa-tdep.c: Ditto.
* gnu-v2-abi.c, f-valprint.c, findvar.c, expprint.c: Ditto.
* dwarfread.c, dwarf2read.c, dbxread.c, c-valprint.c: Ditto.
* cp-valprint.c, coffread.c, buildsym.c, breakpoint.c: Ditto.
* blockframe.c, ax-gdb.c, arm-linux-tdep.c, ada-lang.c: Ditto.
* ada-exp.y: Ditto.
* ada-exp.y: Update copyright.
* sol-thread.c, mipsread.c, jv-lang.c, f-valprint.c: Ditto.
* cp-valprint.c: Ditto.
2003-02-25 David Carlton <carlton@math.stanford.edu>
* generic/gdbtk.h: Replace all instances of SYMBOL_NAME by
DEPRECATED_SYMBOL_NAME.
* generic/gdbtk-stack.c, generic/gdbtk-cmds.c: Ditto.
* generic/gdbtk-stack.c, generic/gdbtk-cmds.c: Update copyright.
2003-02-25 David Carlton <carlton@math.stanford.edu>
* mi-cmd-stack.c: Replace all instances of SYMBOL_NAME with
DEPRECATED_SYMBOL_NAME. Update copyright.
24 years ago
Jeff Johnston
1a5848f625
2003-02-25 Jeff Johnston <jjohnstn@redhat.com>
24 years ago
Nick Clifton
a6be7fc6d6
Remove site-file support - it is obsolete.
24 years ago
Nick Clifton
0125cdf20c
(ld_sysroot): Try to set from TOOLBINDIR too.
24 years ago
Alan Modra
4fabe71ea9
* elflink.h (elf_link_read_relocs_from_section): Don't abort with
wrong reloc sizes.
24 years ago
Alan Modra
3f9a32bd0b
* elflink.h (elf_bfd_final_link): Apportion reloc counts to rel_hdr
and rel_hdr2 when initially counting input relocs rather than after
creating output reloc sections.
24 years ago
Alan Modra
3f87cb706e
Regenerate dependencies.
24 years ago
Alan Modra
ca504dff71
* hppa-dis.c: Formatting.
* hppa-dis.c (print_insn_hppa): Implement fcnv instruction modifiers.
24 years ago
Alan Modra
75776faa40
* hppa-dis.c (print_insn_hppa <2 bit space register>): Do not print
the space register when the value is zero.
24 years ago
gdbadmin
48b62fee11
*** empty log message ***
24 years ago
Andrew Cagney
7343d46ade
2003-02-24 Andrew Cagney <cagney@redhat.com>
* infptrace.c (udot_info): Change type of udot_off to long. Use
paddr when printing udot_off's value.
24 years ago
David Carlton
49fa1dc29a
2003-02-24 David Carlton <carlton@math.stanford.edu>
* symtab.c (make_symbol_overload_list): Only read in partial
symtabs containing a matching partial symbol.
24 years ago
David Carlton
0fe19209f9
2003-02-24 David Carlton <carlton@math.stanford.edu>
* symtab.c (lookup_partial_symbol): Use strcmp_iw_ordered to
do the comparison, not strcmp.
* symfile.c (compare_psymbols): Ditto.
* defs.h: Declare strcmp_iw_ordered.
* utils.c (strcmp_iw_ordered): New function.
24 years ago
Alan Modra
c8d6825d9a
daily update
24 years ago
Jim Blandy
8e3ee7b56b
* MAINTAINERS (GNU/Linux/x86, linespec, breakpoints, Scheme
support, shared libs): Remove my name from here, to better reflect
reality.
24 years ago
Kris Warkentin
7df1a32481
add HAVE_CONTINUABLE_WATCHPOINT to target_ops
24 years ago
Kris Warkentin
f46169db7a
Fixed grammar
24 years ago
Elena Zannoni
d1c769079d
2003-02-24 Elena Zannoni <ezannoni@redhat.com>
* MAINTAINERS (Core): Drop main.c and top.c. Clarify event loop
maintainership.
24 years ago
DJ Delorie
181fa22951
merge from gcc
24 years ago
Stephane Carrez
9b1c792ed3
* mi-syn-frame.exp: Don't run this test when gdb,nosignals is set.
24 years ago
Kris Warkentin
2610b0bff4
added target specific solib find hook
24 years ago
Nick Clifton
07c6e93658
Add support for QNX style core files.
24 years ago
Kris Warkentin
9a3c34fe70
added myself to Write After list in MAINTAINERS
24 years ago
Nick Clifton
f8a495c8a4
Add support for kaOS as cross build target system.
24 years ago
Nick Clifton
a99996bbb4
Add paragraph about using --disable-nls
24 years ago
Nick Clifton
76ed1927d5
(nm --size-sort): Update description.
24 years ago
Alan Modra
aad5d35016
* elflink.c (_bfd_elf_create_got_section): Check existing .got
section flags before concluding that we've already been called.
Don't use register keyword.
(_bfd_elf_create_dynamic_sections): Don't use register keyword.
(_bfd_elf_create_linker_section): Formatting.
24 years ago
gdbadmin
11203c8bc5
*** empty log message ***
24 years ago
Alan Modra
cc13e15a3b
daily update
24 years ago
Christopher Faylor
be44867042
* gdb.texinfo (Cygwin Native): Links to Non-debug DLL symbols.
(Non-debug DLL symbols): New node, describing the minimal symbols loaded from
DLLs without real debugging symbols.
24 years ago