gdbadmin
873c9e4a20
*** empty log message ***
2003-02-27 00:01:02 +00:00
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.
2003-02-26 23:27:09 +00:00
Alan Modra
5d1a8fc95a
daily update
2003-02-26 23:00:15 +00:00
Jeff Johnston
6b37567ac2
2003-02-26 Jeff Johnston <jjohnstn@redhat.com>
...
From Elena Zannoni <ezannoni@redhat.com>
* dbxread.c (process_one_symbol): Only record line 0 if one or
more sline entries have been seen for the function.
2003-02-26 21:41:18 +00:00
Michael Chastain
d3e0a5bf3a
2003-02-26 Michael Chastain <mec@shout.net>
...
* configure: Regenerate with autoconf 000227.
2003-02-26 20:30:27 +00:00
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.
2003-02-26 20:30:05 +00:00
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.
2003-02-26 20:23:13 +00:00
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.
2003-02-26 17:24:12 +00:00
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.
2003-02-26 17:04:19 +00:00
Kris Warkentin
0bbde93163
Added GDB_OSABI_QNXNTO.
2003-02-26 16:34:53 +00:00
Kris Warkentin
83461b867f
Added GDB_OSABI_QNXNTO.
2003-02-26 15:13:07 +00:00
Michael Chastain
27ca5dad5f
2003-02-26 Michael Chastain <mec@shout.net>
...
* configure.in: New variable HAVE_UINTPTR_T.
* configure, config.in: Regenerated.
2003-02-26 15:10:47 +00:00
Daniel Jacobowitz
6f88d63022
Fix PR build/1097.
...
* utils.c (gdb_realpath): Move closing brace outwards one #endif.
2003-02-26 14:35:19 +00:00
Alexandre Oliva
42644a8920
* emultempl/elf32.em (gld${EMULATION_NAME}_add_sysroot): Fix
...
memory allocation error.
2003-02-26 00:56:14 +00:00
gdbadmin
66f24a0b52
*** empty log message ***
2003-02-26 00:00:31 +00:00
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.
2003-02-25 23:52:16 +00:00
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.
2003-02-25 23:12:22 +00:00
Alan Modra
d8ff4336c6
daily update
2003-02-25 23:00:05 +00:00
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.
2003-02-25 21:58:20 +00:00
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.
2003-02-25 21:36:23 +00:00
Jeff Johnston
1a5848f625
2003-02-25 Jeff Johnston <jjohnstn@redhat.com>
...
* infptrace.c (detach): Do not flag error if ptrace detach fails
and errno is set to ESRCH.
2003-02-25 19:38:21 +00:00
Nick Clifton
a6be7fc6d6
Remove site-file support - it is obsolete.
2003-02-25 10:47:07 +00:00
Nick Clifton
0125cdf20c
(ld_sysroot): Try to set from TOOLBINDIR too.
2003-02-25 10:32:33 +00:00
Alan Modra
4fabe71ea9
* elflink.h (elf_link_read_relocs_from_section): Don't abort with
...
wrong reloc sizes.
2003-02-25 04:39:32 +00:00
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.
2003-02-25 04:14:38 +00:00
Alan Modra
3f87cb706e
Regenerate dependencies.
2003-02-25 03:44:46 +00:00
Alan Modra
ca504dff71
* hppa-dis.c: Formatting.
...
* hppa-dis.c (print_insn_hppa): Implement fcnv instruction modifiers.
2003-02-25 03:22:06 +00:00
Alan Modra
75776faa40
* hppa-dis.c (print_insn_hppa <2 bit space register>): Do not print
...
the space register when the value is zero.
2003-02-25 00:20:29 +00:00
gdbadmin
48b62fee11
*** empty log message ***
2003-02-25 00:00:01 +00:00
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.
2003-02-24 23:58:32 +00:00
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.
2003-02-24 23:40:50 +00:00
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.
2003-02-24 23:37:02 +00:00
Alan Modra
c8d6825d9a
daily update
2003-02-24 23:00:06 +00:00
Jim Blandy
8e3ee7b56b
* MAINTAINERS (GNU/Linux/x86, linespec, breakpoints, Scheme
...
support, shared libs): Remove my name from here, to better reflect
reality.
2003-02-24 22:21:13 +00:00
Kris Warkentin
7df1a32481
add HAVE_CONTINUABLE_WATCHPOINT to target_ops
2003-02-24 21:56:51 +00:00
Kris Warkentin
f46169db7a
Fixed grammar
2003-02-24 21:40:48 +00:00
Elena Zannoni
d1c769079d
2003-02-24 Elena Zannoni <ezannoni@redhat.com>
...
* MAINTAINERS (Core): Drop main.c and top.c. Clarify event loop
maintainership.
2003-02-24 20:35:25 +00:00
DJ Delorie
181fa22951
merge from gcc
2003-02-24 20:26:14 +00:00
Stephane Carrez
9b1c792ed3
* mi-syn-frame.exp: Don't run this test when gdb,nosignals is set.
2003-02-24 20:15:47 +00:00
Kris Warkentin
2610b0bff4
added target specific solib find hook
2003-02-24 19:11:04 +00:00
Nick Clifton
07c6e93658
Add support for QNX style core files.
2003-02-24 18:07:22 +00:00
Kris Warkentin
9a3c34fe70
added myself to Write After list in MAINTAINERS
2003-02-24 17:58:21 +00:00
Nick Clifton
f8a495c8a4
Add support for kaOS as cross build target system.
2003-02-24 16:47:04 +00:00
Nick Clifton
a99996bbb4
Add paragraph about using --disable-nls
2003-02-24 16:37:13 +00:00
Nick Clifton
76ed1927d5
(nm --size-sort): Update description.
2003-02-24 16:20:28 +00:00
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.
2003-02-24 04:50:04 +00:00
gdbadmin
11203c8bc5
*** empty log message ***
2003-02-24 00:00:02 +00:00
Alan Modra
cc13e15a3b
daily update
2003-02-23 23:00:05 +00:00
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.
2003-02-23 22:19:48 +00:00
Stephane Carrez
1146c7f1ab
* lib/gdb.exp: Don't execute C++ tests on m6811/m6812 targets.
2003-02-23 22:11:07 +00:00