]> git.ipfire.org Git - thirdparty/binutils-gdb.git/log
thirdparty/binutils-gdb.git
21 years ago2003-01-21 Andrew Cagney <ac131313@redhat.com>
Andrew Cagney [Tue, 21 Jan 2003 19:43:48 +0000 (19:43 +0000)] 
2003-01-21  Andrew Cagney  <ac131313@redhat.com>

* exec.c (text_start): Delete global variable.
(exec_file_attach): Make text_start local to the function.
* inferior.h (BEFORE_TEXT_END, AFTER_TEXT_END): Delete macros.
* valops.c (hand_function_call): Delete code that handles
BEFORE_TEXT_END and AFTER_TEXT_END.
* gdbarch.sh (CALL_DUMMY_LENGTH): Test call_dummy_length instead
of CALL_DUMMY_LOCATION.
* gdbarch.c: Regenerate.
* inferior.h (deprecated_pc_in_call_dummy_before_text_end)
(deprecated_pc_in_call_dummy_after_text_end): Delete declaration.
* blockframe.c (deprecated_pc_in_call_dummy_before_text_end)
(deprecated_pc_in_call_dummy_after_text_end): Delete functions.
(text_end): Delete extern declaration.

21 years ago2003-01-21 Andrew Cagney <ac131313@redhat.com>
Andrew Cagney [Tue, 21 Jan 2003 19:32:42 +0000 (19:32 +0000)] 
2003-01-21  Andrew Cagney  <ac131313@redhat.com>

* frame.h (FRAME_OBSTACK_ZALLOC): Define.
* blockframe.c (backtrace_below_main): Move to "frame.c".
(frame_chain_valid): Delete check for backtrace_below_main.
(_initialize_blockframe): Delete initialization, move ``set
backtrace-below-main'' command to "frame.c".
(do_flush_frames_sfunc): Delete function.
* frame.c: Include "command.h" and "gdbcmd.h".
(frame_type_from_pc): New function.
(create_new_frame): Use frame_type_from_pc.
(legacy_get_prev_frame): New function.
(get_prev_frame): Rewrite.  When an old style frame, call
legacy_get_prev_frame.  Otherwize, unwind the PC first.
(_initialize_frame): Add ``set backtrace-below-main'' command.
* Makefile.in (frame.o): Update dependencies.

21 years agofix typo in previous entry
Nick Clifton [Tue, 21 Jan 2003 17:11:56 +0000 (17:11 +0000)] 
fix typo in previous entry

21 years agoFix generation of tic3xcoff_onchip.c
Nick Clifton [Tue, 21 Jan 2003 17:09:47 +0000 (17:09 +0000)] 
Fix generation of tic3xcoff_onchip.c

21 years agoAdd support for i386-*-aros triple.
Nick Clifton [Tue, 21 Jan 2003 16:08:31 +0000 (16:08 +0000)] 
Add support for i386-*-aros triple.

21 years agoAll NetBSD ELF targets should pass these tests.
Nick Clifton [Tue, 21 Jan 2003 15:54:09 +0000 (15:54 +0000)] 
All NetBSD ELF targets should pass these tests.

21 years ago(display_debug_loc): Skip address base changes.
Nick Clifton [Tue, 21 Jan 2003 15:41:10 +0000 (15:41 +0000)] 
(display_debug_loc): Skip address base changes.

21 years ago * elf32-ppc.c (struct ppc_elf_dyn_relocs): Define.
Andreas Schwab [Tue, 21 Jan 2003 12:55:11 +0000 (12:55 +0000)] 
* elf32-ppc.c (struct ppc_elf_dyn_relocs): Define.
(struct ppc_elf_link_hash_entry): Define.
(ppc_elf_hash_entry): New function.
(struct ppc_elf_link_hash_table): Define.
(ppc_elf_hash_table): New function.
(ppc_elf_link_hash_newfunc): New function.
(ppc_elf_link_hash_table_create): New function.
(ppc_elf_copy_indirect_symbol): New function.
(allocate_dynrelocs): New function.
(readonly_dynrelocs): New function.
(ppc_elf_size_dynamic_sections): Allocate space for dynamic
relocs and determine DT_TEXTREL.
(ppc_elf_check_relocs): Don't do that here, just count the
dynamic relocs.
(ppc_elf_gc_sweep_hook): Discard any dynamic relocs against the
removed section.
(bfd_elf32_bfd_link_hash_table_create): Define.
(elf_backend_copy_indirect_symbol): Define.

21 years ago * elf64-alpha.c (alpha_dynamic_entries_for_reloc): GOTTPREL and
Richard Henderson [Tue, 21 Jan 2003 08:59:25 +0000 (08:59 +0000)] 
    * elf64-alpha.c (alpha_dynamic_entries_for_reloc): GOTTPREL and
        TPREL also get a reloc if shared.  Remove SREL support.
        (elf64_alpha_emit_dynrel): New.
        (elf64_alpha_relocate_section): Use it.  Resolve dynamic TPREL
        and GOTTPREL relocs to local symbols against the tp base.
        (elf64_alpha_finish_dynamic_symbol): Use elf64_alpha_emit_dynrel.

        * elf64-alpha.c (elf64_alpha_relax_got_load): Decrement got
        use count before clobbering r_type.
        (elf64_alpha_relax_tls_get_addr): Don't use pos[1] if insn
        ordering would mean dataflow inspection is necessary.

21 years ago*** empty log message ***
gdbadmin [Tue, 21 Jan 2003 00:00:32 +0000 (00:00 +0000)] 
*** empty log message ***

21 years agodaily update
Alan Modra [Mon, 20 Jan 2003 23:00:05 +0000 (23:00 +0000)] 
daily update

21 years agoUpdates for fixing tic4x arch tagging of its object files.
Svein Seldal [Mon, 20 Jan 2003 22:34:39 +0000 (22:34 +0000)] 
Updates for fixing tic4x arch tagging of its object files.

* bfd/coffcode.h (coff_set_flags): Added get/set arch hooks.
* include/coff/tic4x.h (TICOFF_TARGET_MACHINE_GET): Fixed define bug
* include/coff/ti.h (TICOFF_TARGET_MACHINE_GET): Added macros
* ld/Makefile.am: Added etic3xcoff.o and etic4xcoff_onchip.o
* ld/Makefile.in: Regenerate
* ld/configure.tgt: Added extra target emulations
* ld/emulparams/tic3xcoff.sh: Remove old settings
* ld/emulparams/tic4xcoff.sh: Ditto
* ld/emulparams/tic3xcoff-onchip.sh: Added new
* ld/scripttempl/tic4xcoff.sc: Revise and combine both c3x and c4x
* ld/scripttempl/tic3xcoff.sc: Remove

21 years agomerge from gcc
DJ Delorie [Mon, 20 Jan 2003 19:03:56 +0000 (19:03 +0000)] 
merge from gcc

21 years agoTreat elfNN_bed like other macros defined in elfxx-target.h and #undef it
Nick Clifton [Mon, 20 Jan 2003 18:06:21 +0000 (18:06 +0000)] 
Treat elfNN_bed like other macros defined in elfxx-target.h and #undef it
before #define'ing it.

21 years ago2003-01-20 Elena Zannoni <ezannoni@redhat.com>
Elena Zannoni [Mon, 20 Jan 2003 15:40:07 +0000 (15:40 +0000)] 
2003-01-20  Elena Zannoni  <ezannoni@redhat.com>

* gdb.arch/altivec-abi.exp: Set variable 'srcfile' differently, to
allow for different test tree configurations.  Update some
tescases accordingly.
* gdb.arch/altivec-regs.exp: Ditto.
* gdb.asm/asm-source.exp: Ditto.
* gdb.base/advance.exp: Ditto.
* gdb.base/display.exp: Ditto.
* gdb.base/long_long.exp: Ditto.
* gdb.base/mips_pro.exp: Ditto.
* gdb.base/overlays.exp: Ditto.
* gdb.base/relocate.exp: Ditto.
* gdb.base/setshow.exp: Ditto.
* gdb.base/step-line.exp: Ditto.
* gdb.base/step-test.exp: Ditto.
* gdb.base/until.exp: Ditto.
* gdb.c++/virtfunc.exp: Get rid of variable 'src'.

21 years ago * ld-srec/srec.exp (run_srec_test): Pass --traditional-format to ld.
Alan Modra [Mon, 20 Jan 2003 12:57:59 +0000 (12:57 +0000)] 
* ld-srec/srec.exp (run_srec_test): Pass --traditional-format to ld.

21 years ago * s390.h: Rename R_390_GOTOFF to R_390_GOTOFF32. Add new gotoff,
Martin Schwidefsky [Mon, 20 Jan 2003 11:51:38 +0000 (11:51 +0000)] 
* s390.h: Rename R_390_GOTOFF to R_390_GOTOFF32. Add new gotoff,
gotplt and pltoff relocations.

21 years ago * gas/s390/reloc.d: Add tests for the new gotoff, gotplt and pltoff
Martin Schwidefsky [Mon, 20 Jan 2003 11:50:38 +0000 (11:50 +0000)] 
* gas/s390/reloc.d: Add tests for the new gotoff, gotplt and pltoff
relocations.
* gas/s390/reloc.s: Likewise.
* gas/s390/reloc64.d: Likewise.
* gas/s390/reloc64.s: Likewise.

21 years ago * config/tc-s390.c (elf_suffix_type): Add suffix enums for gotoff,
Martin Schwidefsky [Mon, 20 Jan 2003 11:48:32 +0000 (11:48 +0000)] 
* config/tc-s390.c (elf_suffix_type): Add suffix enums for gotoff,
gotplt and pltoff relocations.
(s390_elf_suffix): Add suffix strings for gotoff, gotplt and pltoff.
(s390_elf_cons): Map new lenght/elf suffix combinations for gotoff,
gotplt and pltoff to bfd relocations.
(md_gather_operands): Map new instruction operand/elf suffix
combinations to bfd relocations.
(tc_s390_fix_adjustable): Add new gotoff, gotplt and pltoff relocations
to the list of unadjustable relocations.
(tc_s390_force_relocation): Always emit relocations for gotoff, gotplt
and pltoff relocations.
(md_apply_fix3): Add the new relocations.

21 years ago * bfd-in2.h: Regenerate.
Martin Schwidefsky [Mon, 20 Jan 2003 11:46:33 +0000 (11:46 +0000)] 
* bfd-in2.h: Regenerate.
* elf32-s390.c (elf_s390_adjust_gotplt): New prototype.
(elf_howto_table): Rename R_390_GOTOFF to R_390_GOTOFF32. Add
R_390_GOTOFF16, R_390_GOTOFF64, R_390_GOTPLT12, R_390_GOTPLT16,
R_390_GOTPLT32, R_390_GOTPLT64, R_390_GOTPLTENT, R_390_PLTOFF16,
R_390_PLTOFF32 and R_390_PLTOFF64.
(elf_s390_reloc_type_lookup): Likewise.
(struct elf_s390_link_hash_entry): Add gotplt_refcount to keep track
of GOTPLT references to a function.
(link_hash_newfunc): Initialize gotplt_refcount.
(elf_s390_check_relocs): Move allocation of local_got_refcounts array
and creation of the got section out of the main switch. Add support
for the gotoff, gotplt and pltoff relocations.
(elf_s390_gc_sweep_hook): Add reference counting for gotoff, gotplt
and pltoff.
(elf_s390_adjust_gotplt): New function.
(elf_s390_adjust_dynamic_symbol): Adjust gotplt refcount for removed
plt entries.
(allocate_dynrelocs): Add comment.
(elf_s390_relocate_section): Change r_type to unsigned. Add support
for gotoff, gotplt and pltoff relocations.
* elf64-s390.c: Same changes as for elf32-s390.c.
* libbfd.h: Regenerate.
* reloc.c: Add BFD_RELOC_390_GOTOFF64, BFD_RELOC_390_GOTPLT12,
BFD_RELOC_390_GOTPLT16, BFD_RELOC_390_GOTPLT32, BFD_RELOC_390_GOTPLT64,
BFD_RELOC_390_GOTPLTENT, BFD_RELOC_390_PLTOFF16, BFD_RELOC_390_PLTOFF32
and BFD_RELOC_390_PLTOFF64.

21 years ago * config/tc-s390.c (md_apply_fix3): Emit error message for relocations
Martin Schwidefsky [Mon, 20 Jan 2003 10:22:26 +0000 (10:22 +0000)] 
    * config/tc-s390.c (md_apply_fix3): Emit error message for relocations
        with a subsy symbol.

21 years ago2003-01-19 Andrew Cagney <ac131313@redhat.com>
Andrew Cagney [Mon, 20 Jan 2003 01:01:47 +0000 (01:01 +0000)] 
2003-01-19  Andrew Cagney  <ac131313@redhat.com>

* config/pa/tm-hppa.h (DEPRECATED_DO_REGISTERS_INFO): Rename
DEPRECATED_REGISTERS_INFO.

21 years ago2003-01-19 Andrew Cagney <ac131313@redhat.com>
Andrew Cagney [Mon, 20 Jan 2003 00:46:42 +0000 (00:46 +0000)] 
2003-01-19  Andrew Cagney  <ac131313@redhat.com>

* MAINTAINERS: Replace `Blanket Write Privs' with `Global
Maintainers'.  Update `Various Maintainers'.

21 years ago*** empty log message ***
gdbadmin [Mon, 20 Jan 2003 00:00:31 +0000 (00:00 +0000)] 
*** empty log message ***

21 years ago * configure.in: Add missing \.
Nathanael Nerode [Sun, 19 Jan 2003 23:45:39 +0000 (23:45 +0000)] 
* configure.in: Add missing \.
* configure: Rebuilt.

21 years ago2003-01-19 Andrew Cagney <ac131313@redhat.com>
Andrew Cagney [Sun, 19 Jan 2003 23:27:28 +0000 (23:27 +0000)] 
2003-01-19  Andrew Cagney  <ac131313@redhat.com>

* frame.c (frame_saved_regs_pop): Assert POP_FRAME_P.
* gdbarch.sh (POP_FRAME): Change to function with predicate.
Suppress actual parameters when `-'.
* gdbarch.h, gdbarch.c: Regenerate.

21 years ago2003-01-19 Andrew Cagney <ac131313@redhat.com>
Andrew Cagney [Sun, 19 Jan 2003 22:24:50 +0000 (22:24 +0000)] 
2003-01-19  Andrew Cagney  <ac131313@redhat.com>

* d10v-tdep.c (d10v_frame_saved_pc, d10v_frame_chain): Restore
code handling dummy frames.

21 years ago2003-01-19 Andrew Cagney <ac131313@redhat.com>
Andrew Cagney [Sun, 19 Jan 2003 17:39:16 +0000 (17:39 +0000)] 
2003-01-19  Andrew Cagney  <ac131313@redhat.com>

* frame-unwind.h (frame_unwind_pop_ftype): Declare.
(struct frame_unwind): Add field pop.
* frame.h (frame_pop): Declare.
* frame.c (frame_saved_regs_pop): New function.
(trad_frame_unwinder): Add frame_saved_regs_pop.
(frame_pop): New function.
* dummy-frame.c (dummy_frame_pop): New function.
(discard_innermost_dummy): New function.
(generic_pop_dummy_frame): Use discard_innermost_dummy.
(dummy_frame_unwind): Add dummy_frame_pop.
* infrun.c (normal_stop): Call frame_pop instead of POP_FRAME.
* valops.c (hand_function_call): Ditto.
* stack.c (return_command): Ditto.

21 years ago*** empty log message ***
gdbadmin [Sun, 19 Jan 2003 17:00:32 +0000 (17:00 +0000)] 
*** empty log message ***

21 years ago2003-01-18 Andrew Cagney <ac131313@redhat.com>
Andrew Cagney [Sun, 19 Jan 2003 04:06:47 +0000 (04:06 +0000)] 
2003-01-18  Andrew Cagney  <ac131313@redhat.com>

* cris-tdep.c: Fix function declaration indentation.
* dwarfread.c, gdbcore.h, gdbtypes.h, i386v-nat.c: Ditto.
* mips-tdep.c, monitor.h, parse.c, proc-utils.h: Ditto.
* rs6000-nat.c, ser-go32.c, somread.c, stabsread.c: Ditto.
* symfile.h, symtab.h, target.c, target.h, value.h: Ditto.
* xcoffread.c, config/pa/tm-hppa.h: Ditto.
* config/sparc/tm-sp64.h, config/sparc/tm-sparc.h: Ditto.

21 years agodaily update
Alan Modra [Sat, 18 Jan 2003 23:00:04 +0000 (23:00 +0000)] 
daily update

21 years ago2003-01-16 Michael Chastain <mec@shout.net>
Michael Chastain [Sat, 18 Jan 2003 17:43:14 +0000 (17:43 +0000)] 
2003-01-16  Michael Chastain  <mec@shout.net>

* README (Unpacking and Installation -- quick overview):
Warn against ".../gdb-5.3/gdb/configure".

21 years ago2003-01-16 Michael Chastain <mec@shout.net>
Michael Chastain [Sat, 18 Jan 2003 17:41:34 +0000 (17:41 +0000)] 
2003-01-16  Michael Chastain  <mec@shout.net>

* gdb.texinfo (Installing GDB): Warn against
".../gdb-VERSION/gdb/configure".
(Separate Objdir): Likewise.

21 years ago2003-01-18 Andrew Cagney <ac131313@redhat.com>
Andrew Cagney [Sat, 18 Jan 2003 17:25:23 +0000 (17:25 +0000)] 
2003-01-18  Andrew Cagney  <ac131313@redhat.com>

* dummy-frame.h (dummy_frame_id_unwind): Delete declaration.
(dummy_frame_pc_unwind, dummy_frame_register_unwind): Ditto.
(struct frame_unwind): Declare opaque.
(dummy_frame_p): Declare function.
* dummy-frame.c (dummy_frame_id_unwind): Make static.
(dummy_frame_pc_unwind, dummy_frame_register_unwind): Ditto.
* dummy-frame.c: Include "frame-unwind.h".
(dummy_frame_p): New function.
(dummy_frame_unwind): New variable.
* frame.c: Include "frame-unwind.h".
(frame_pc_unwind, frame_id_unwind, frame_register_unwind): Update
to use the new unwind field.
(set_unwind_by_pc): Delete function.
(create_new_frame, get_prev_frame): Set unwind field using
frame_unwind_find_by_pc.
(trad_frame_unwind, trad_frame_unwinder): New variables.
* frame.h (trad_frame_unwind): Declare variable.
(frame_id_unwind_ftype): Delete declaration.
(frame_pc_unwind_ftype, frame_register_unwind_ftype): Ditto.
(struct frame_unwind): Declare opaque.
(struct frame_info): Replace the fields id_unwind, pc_unwind and
register_unwind with a single unwind pointer.
* frame-unwind.h, frame-unwind.c: New files.
* Makefile.in (SFILES): Add frame-unwind.c.
(frame_unwind_h): Define.
(COMMON_OBS): Add frame-unwind.o.
(frame-unwind.o): Specify dependencies.
(frame.o, dummy-frame.o): Update dependencies.

21 years ago2003-01-18 Andrew Cagney <ac131313@redhat.com>
Andrew Cagney [Sat, 18 Jan 2003 15:55:53 +0000 (15:55 +0000)] 
2003-01-18  Andrew Cagney  <ac131313@redhat.com>

* ada-valprint.c: Eliminate PTR.
* breakpoint.c, corelow.c, cris-tdep.c, dbxread.c: Ditto.
* defs.h, dve3900-rom.c, dwarf2read.c, dwarfread.c: Ditto.
* exec.c, hppa-tdep.c, hpread.c, infcmd.c, mdebugread.c: Ditto.
* objfiles.c, objfiles.h, ocd.c, remote-es.c: Ditto.
* remote-mips.c, remote-sds.c, remote-vx.c: Ditto.
* solib-svr4.c, solib.c, stack.c, symfile.c, symfile.h: Ditto.
* symmisc.c, v850ice.c, xcoffread.c, cli/cli-script.c: Ditto.

21 years ago*** empty log message ***
gdbadmin [Sat, 18 Jan 2003 00:00:02 +0000 (00:00 +0000)] 
*** empty log message ***

21 years ago * alpha-opc.c (alpha_opcodes): Add bugchk, rduniq, wruniq, gentrap
Richard Henderson [Fri, 17 Jan 2003 23:43:20 +0000 (23:43 +0000)] 
    * alpha-opc.c (alpha_opcodes): Add bugchk, rduniq, wruniq, gentrap
        PAL entry points.

21 years ago * elfxx-ia64.c (elfNN_ia64_relocate_section): Handle
Jakub Jelinek [Fri, 17 Jan 2003 23:27:57 +0000 (23:27 +0000)] 
* elfxx-ia64.c (elfNN_ia64_relocate_section): Handle
R_IA64_TPREL64[LM]SB against non-global symbol properly.

* ld-ia64/tlspic1.s: Add tests for IE in shared libraries.
* ld-ia64/tlspic.rd: Adjust.
* ld-ia64/tlspic.dd: Adjust.
* ld-ia64/tlspic.sd: Adjust.

21 years agodaily update
Alan Modra [Fri, 17 Jan 2003 23:00:06 +0000 (23:00 +0000)] 
daily update

21 years ago * config/tc-m68hc11.c (tc_m68hc11_fix_adjustable): Prevent adjustment
Stephane Carrez [Fri, 17 Jan 2003 22:51:28 +0000 (22:51 +0000)] 
* config/tc-m68hc11.c (tc_m68hc11_fix_adjustable): Prevent adjustment
of relocs for memory bank addressing.

21 years ago * config/tc-m68hc11.c (md_show_usage): Update usage.
Stephane Carrez [Fri, 17 Jan 2003 22:29:54 +0000 (22:29 +0000)] 
* config/tc-m68hc11.c (md_show_usage): Update usage.
(md_parse_option): Recognize -m68hcs12.
(m68hc11_elf_final_processing): Set EF_M68HCS12_MACH flag to identify
HCS12.
* doc/as.texinfo (Overview): Document new option -m68hcs12.

21 years ago2003-01-17 David Carlton <carlton@math.stanford.edu>
David Carlton [Fri, 17 Jan 2003 20:24:51 +0000 (20:24 +0000)] 
2003-01-17  David Carlton  <carlton@math.stanford.edu>

* gdb.c++/demangle.exp (test_lucid_style_demangling): KFAIL test
corresponding to PR c++/945.
Update copyright.

21 years ago2003-01-17 David Carlton <carlton@math.stanford.edu>
David Carlton [Fri, 17 Jan 2003 19:24:16 +0000 (19:24 +0000)] 
2003-01-17  David Carlton  <carlton@math.stanford.edu>

* gdb.c++/inherit.exp (test_print_mi_members): KFAIL tests
corresponding to PR c++/68.

(and fix date of previous ChangeLog entry; oops.)

21 years ago2003-01-16 David Carlton <carlton@math.stanford.edu>
David Carlton [Fri, 17 Jan 2003 19:22:27 +0000 (19:22 +0000)] 
2003-01-16  David Carlton  <carlton@math.stanford.edu>

* gdb.c++/cplusfuncs.exp (print_addr_2_kfail): New procedure.
(test_paddr_hairy_functions): Call print_addr_2_kfail for
hairyfunc5 through hairyfunc7.  KFAIL for PR c++/19.

21 years ago2003-01-17 Andrew Cagney <ac131313@redhat.com>
Andrew Cagney [Fri, 17 Jan 2003 19:12:19 +0000 (19:12 +0000)] 
2003-01-17  Andrew Cagney  <ac131313@redhat.com>

* main.c (captured_main): Don't use PTR.
* cp-valprint.c (cp_print_class_method): Replace STREQ with strcmp.
* gdbtypes.c (lookup_primitive_typename): Ditto.
(lookup_struct_elt_type): Ditto.
* f-valprint.c (info_common_command): Ditto.
(list_all_visible_commons): Ditto.
* jv-typeprint.c (java_type_print_base): Ditto.

21 years ago2003-01-17 Andrew Cagney <ac131313@redhat.com>
Andrew Cagney [Fri, 17 Jan 2003 16:56:52 +0000 (16:56 +0000)] 
2003-01-17  Andrew Cagney  <ac131313@redhat.com>

* config/djgpp/fnchange.lst: Rename mi1-var-block.exp,
mi1-var-child.exp, mi1-var-cmd.exp and mi1-var-display.exp.
Rename opcodes/iq2000-desc.c and opcodes/iq2000-dis.c.  Rename
i386-interix-nat.c and i386-interix-tdep.c.  Rename
m68klinux-nat.c and m68klinux-tdep.c.  Rename
config/mips/tm-linux.h and config/mips/tm-linux64.h.  Rename
bfd/po/.cvsignore and opcodes/po/.cvsignore.  Rename
gdb/objc-exp.tab.c and gdb/ada-exp.tab.c
* main.c (captured_main): Use xfree, not free.

21 years ago * emultempl/elf32.em (gld${EMULATION_NAME}_add_sysroot): Do not
Andreas Jaeger [Fri, 17 Jan 2003 10:36:49 +0000 (10:36 +0000)] 
* emultempl/elf32.em (gld${EMULATION_NAME}_add_sysroot): Do not
skip ':'.

21 years ago * configure.in (baseargs): Avoid using \| in sed regular
Jakub Jelinek [Fri, 17 Jan 2003 08:00:16 +0000 (08:00 +0000)] 
* configure.in (baseargs): Avoid using \| in sed regular
expressions.
* configure: Rebuilt.

21 years ago * readelf.c (get_osabi_name): Handle ELFOSABI_AROS, ELFOSABI_OPENVMS
Alan Modra [Fri, 17 Jan 2003 01:34:01 +0000 (01:34 +0000)] 
* readelf.c (get_osabi_name): Handle ELFOSABI_AROS, ELFOSABI_OPENVMS
and ELFOSABI_NSK.

21 years agomissed changelog entry
Alan Modra [Fri, 17 Jan 2003 01:33:13 +0000 (01:33 +0000)] 
missed changelog entry

21 years ago * common.h: Formatting, typo fixes.
Alan Modra [Fri, 17 Jan 2003 01:32:46 +0000 (01:32 +0000)] 
* common.h: Formatting, typo fixes.
(DT_ENCODING): Correct value.

* common.h (ELFOSABI_AROS): Define.
(ELFOSABI_OPENVMS): Likewise.
(ELFOSABI_NSK): Likewise.

21 years ago*** empty log message ***
gdbadmin [Fri, 17 Jan 2003 00:00:32 +0000 (00:00 +0000)] 
*** empty log message ***

21 years agodaily update
Alan Modra [Thu, 16 Jan 2003 23:00:04 +0000 (23:00 +0000)] 
daily update

21 years ago * elfxx-ia64.c (struct elfNN_ia64_link_hash_table): Add
Jakub Jelinek [Thu, 16 Jan 2003 21:31:18 +0000 (21:31 +0000)] 
* elfxx-ia64.c (struct elfNN_ia64_link_hash_table): Add
self_dtpmod_done and self_dtpmod_offset.
(allocate_global_data_got): Only use one got entry for all
dtpmod relocs against local symbols.
(allocate_dynrel_entries): Only need .rela.got entry for
dtpmod against global symbol.
(elfNN_ia64_size_dynamic_sections): Initialize self_dtpmod_offset.
Reserve space in .rela.got for the local dtpmod entry.
(set_got_entry): Initialize the common local dtpmod .got entry.
(elfNN_ia64_relocate_section): Handle R_IA_64_DTPREL64LSB
and R_IA_64_DTPREL64MSB.

* config/tc-ia64.c (ia64_cons_fix_new): Handle @dtprel() in data.

* ld-ia64/ia64.exp: New.
* ld-ia64/tlsbin.dd: New test.
* ld-ia64/tlsbinpic.s: New test.
* ld-ia64/tlsbin.rd: New test.
* ld-ia64/tlsbin.s: New test.
* ld-ia64/tlsbin.sd: New test.
* ld-ia64/tlsbin.td: New test.
* ld-ia64/tlsg.s: New test.
* ld-ia64/tlsg.sd: New test.
* ld-ia64/tlslib.s: New test.
* ld-ia64/tlspic1.s: New test.
* ld-ia64/tlspic2.s: New test.
* ld-ia64/tlspic.dd: New test.
* ld-ia64/tlspic.rd: New test.
* ld-ia64/tlspic.sd: New test.
* ld-ia64/tlspic.td: New test.

21 years agoMissed one...
Michael Snyder [Thu, 16 Jan 2003 20:03:30 +0000 (20:03 +0000)] 
Missed one...

21 years ago2003-01-16 Michael Snyder <msnyder@redhat.com>
Michael Snyder [Thu, 16 Jan 2003 19:54:35 +0000 (19:54 +0000)] 
2003-01-16  Michael Snyder  <msnyder@redhat.com>

* compile.c: Change K&R function definitions to ISO.
(fetch): Make static, and eliminate unused parameter 'n'.

21 years ago2003-01-16 Andrew Cagney <ac131313@redhat.com>
Andrew Cagney [Thu, 16 Jan 2003 16:54:57 +0000 (16:54 +0000)] 
2003-01-16  Andrew Cagney  <ac131313@redhat.com>

* frame.h (frame_id_unwind_ftype): Change type so that the frame's
ID back using a parameter.
* frame.c (frame_id_unwind): Update call.
(frame_saved_regs_id_unwind): Update.
* dummy-frame.c (dummy_frame_id_unwind): Update function.
* dummy-frame.h (struct frame_id): Add opaque declaration.
(dummy_frame_id_unwind): Update declaration.

21 years ago * configure.in (baseargs): Remove all supported forms of
Jakub Jelinek [Thu, 16 Jan 2003 16:27:51 +0000 (16:27 +0000)] 
* configure.in (baseargs): Remove all supported forms of
--cache-file, --srcdir, --host, --build and --target options
from argument lists.
* configure: Rebuilt.

21 years ago * Makefile.in: Regenerate.
Alan Modra [Thu, 16 Jan 2003 04:11:53 +0000 (04:11 +0000)] 
* Makefile.in: Regenerate.

21 years ago * Makefile.am: Run "make dep-am".
Alan Modra [Thu, 16 Jan 2003 04:11:36 +0000 (04:11 +0000)] 
* Makefile.am: Run "make dep-am".
* Makefile.in: Regenerate.
* po/POTFILES.in: Regenerate.

21 years ago * readelf.c: Include elf/ppc64.h.
Alan Modra [Thu, 16 Jan 2003 04:10:23 +0000 (04:10 +0000)] 
* readelf.c: Include elf/ppc64.h.
(dump_relocations <EM_PPC64>): Use elf_ppc64_reloc_type.
* Makefile.am: Run "make dep-am".
* Makefile.in: Regenerate.

21 years ago * elf64-ppc.c: Include elf/ppc64.h rather than elf/ppc.h.
Alan Modra [Thu, 16 Jan 2003 04:09:37 +0000 (04:09 +0000)] 
* elf64-ppc.c: Include elf/ppc64.h rather than elf/ppc.h.
(R_PPC_*): Rename all occurrences to R_PPC64_*.
(R_PPC64_ADDR30): Rename all occurrences to R_PPC64_REL30.
(enum elf_ppc_reloc_type): Ditto to enum elf_ppc64_reloc_type.
(ppc64_elf_gc_sweep_hook): Handle R_PPC64_REL30 along with other
relative relocs, not with absolute ones.
* Makefile.am: Run "make dep-am".
* Makefile.in: Regenerate.
* po/SRC-POTFILES.in: Regenerate.

21 years ago * ppc.h: Split out ppc64 definitions to..
Alan Modra [Thu, 16 Jan 2003 04:08:47 +0000 (04:08 +0000)] 
* ppc.h: Split out ppc64 definitions to..
* pcc64.h: ..here.  New file.
(R_PPC64_REL30): Rename from R_PPC64_ADDR30.

21 years ago2003-01-15 Elena Zannoni <ezannoni@redhat.com>
Elena Zannoni [Thu, 16 Jan 2003 01:56:16 +0000 (01:56 +0000)] 
2003-01-15  Elena Zannoni  <ezannoni@redhat.com>

* gdb.base/break.exp: Fix change of default location, because of
removal of until tests.
* gdb.base/help.exp: Update test for new 'until' help message.
Add test for help on 'advance'.

21 years ago2003-01-15 Elena Zannoni <ezannoni@redhat.com>
Elena Zannoni [Thu, 16 Jan 2003 01:13:18 +0000 (01:13 +0000)] 
2003-01-15  Elena Zannoni  <ezannoni@redhat.com>

        * gdb.base/args.exp: Fix foobar with GDBFLAGS global.

21 years ago*** empty log message ***
gdbadmin [Thu, 16 Jan 2003 00:00:04 +0000 (00:00 +0000)] 
*** empty log message ***

21 years agodaily update
Alan Modra [Wed, 15 Jan 2003 23:00:06 +0000 (23:00 +0000)] 
daily update

21 years agoAdded a period under at the end of the comment and fixed the date.
Stephen P. Smith [Wed, 15 Jan 2003 21:06:33 +0000 (21:06 +0000)] 
Added a period under at the end of the comment and fixed the date.

21 years ago2003-01-15 Andrew Cagney <ac131313@redhat.com>
Andrew Cagney [Wed, 15 Jan 2003 19:35:28 +0000 (19:35 +0000)] 
2003-01-15  Andrew Cagney  <ac131313@redhat.com>

* sparc-tdep.c: Delete reference to PRINT_REGISTER_HOOK.

Index: doc/ChangeLog
2003-01-15  Andrew Cagney  <ac131313@redhat.com>

* gdbint.texinfo (Target Architecture Definition): Delete
definition of PRINT_REGISTER_HOOK.

21 years ago2003-01-15 Elena Zannoni <ezannoni@redhat.com>
Elena Zannoni [Wed, 15 Jan 2003 17:57:38 +0000 (17:57 +0000)] 
2003-01-15  Elena Zannoni  <ezannoni@redhat.com>

(OpenRISC 1000): Fix formatting of command names.

21 years ago* gdb.base/default.exp: Adapt "info float" test for recent changes
Mark Kettenis [Wed, 15 Jan 2003 17:46:20 +0000 (17:46 +0000)] 
* gdb.base/default.exp: Adapt "info float" test for recent changes
to that command.  Add test for "info vector".
* gdb.base/float.exp: New file.  Add test for "info float" that
resembles the old test in gdb.base/default.exp.

21 years ago2003-01-15 David Carlton <carlton@math.stanford.edu>
David Carlton [Wed, 15 Jan 2003 17:32:41 +0000 (17:32 +0000)] 
2003-01-15  David Carlton  <carlton@math.stanford.edu>

* gdb.base/selftest.exp (do_steps_and_nexts): Allow gdb_sysroot.

21 years ago * elf32-ppc.c (ppc_elf_check_relocs): Don't set DF_TEXTREL for a
Andreas Schwab [Wed, 15 Jan 2003 15:54:51 +0000 (15:54 +0000)] 
* elf32-ppc.c (ppc_elf_check_relocs): Don't set DF_TEXTREL for a
relocation against a non-allocated readonly section.

21 years agoUpdated the email address for Stephen P. Smith
Stephen P. Smith [Wed, 15 Jan 2003 15:54:04 +0000 (15:54 +0000)] 
Updated the email address for Stephen P. Smith

21 years ago2003-01-15 Elena Zannoni <ezannoni@redhat.com>
Elena Zannoni [Wed, 15 Jan 2003 14:31:59 +0000 (14:31 +0000)] 
2003-01-15  Elena Zannoni  <ezannoni@redhat.com>

* gdb.texinfo (Continuing and Stepping): Add new command
'advance'. Clarify behavior of 'until'.

21 years ago2003-01-15 Elena Zannoni <ezannoni@redhat.com>
Elena Zannoni [Wed, 15 Jan 2003 14:25:11 +0000 (14:25 +0000)] 
2003-01-15  Elena Zannoni  <ezannoni@redhat.com>

* gdb.base/break.exp: Move the tests of until command from here...
* gdb.base/until.exp: ... to here. New file. Add other tests.
* gdb.base/advance.c: New file.
* gdb.base/advance.exp: New file.

21 years ago* configure.in (noconfigdirs): Don't skip gas on IRIX 6.
Alexandre Oliva [Wed, 15 Jan 2003 11:24:47 +0000 (11:24 +0000)] 
* configure.in (noconfigdirs): Don't skip gas on IRIX 6.
* configure: Rebuilt.

21 years ago2003-01-14 Elena Zannoni <ezannoni@redhat.com>
Elena Zannoni [Wed, 15 Jan 2003 00:48:38 +0000 (00:48 +0000)] 
2003-01-14  Elena Zannoni  <ezannoni@redhat.com>

* breakpoint.c (until_break_command): Add new argument.  Use it to
decide whether to stop only at the current frame or not.
* breakpoint.h (until_break_command): Update prototype.
  * infcmd.c (until_command): Add new argument to until_break_command
call.
(advance_command): New function.
(_initialize_infcmd): Update help string for 'until' command.
Add new 'advance' command.

21 years ago*** empty log message ***
gdbadmin [Wed, 15 Jan 2003 00:00:02 +0000 (00:00 +0000)] 
*** empty log message ***

21 years agodaily update
Alan Modra [Tue, 14 Jan 2003 23:00:03 +0000 (23:00 +0000)] 
daily update

21 years ago2003-01-14 Elena Zannoni <ezannoni@redhat.com>
Elena Zannoni [Tue, 14 Jan 2003 21:03:44 +0000 (21:03 +0000)] 
2003-01-14  Elena Zannoni  <ezannoni@redhat.com>

        * gdb.base/args.c: New file.
        * gdb.base/args.exp: New file.

21 years ago2003-01-14 David Carlton <carlton@math.stanford.edu>
David Carlton [Tue, 14 Jan 2003 20:48:50 +0000 (20:48 +0000)] 
2003-01-14  David Carlton  <carlton@math.stanford.edu>

* linespec.c (decode_line_1): Normalize comments.
(set_flags): Ditto.
(locate_first_half): Ditto.
(decode_compound): Ditto.
(symtab_from_filename): Ditto.
(decode_all_digits): Ditto.
(decode_dollar): Ditto.
(find_methods): Ditto.
(find_toplevel_char): Ditto.

21 years ago2003-01-14 Chris Demetriou <cgd@broadcom.com>
Chris Demetriou [Tue, 14 Jan 2003 19:01:41 +0000 (19:01 +0000)] 
2003-01-14  Chris Demetriou  <cgd@broadcom.com>

        * mips.igen (LUXC1, SUXC1): New, for mipsV and mips64.

21 years agoUpdate copyright date.
Daniel Jacobowitz [Tue, 14 Jan 2003 18:42:38 +0000 (18:42 +0000)] 
Update copyright date.

21 years ago * gdb.c++/virtfunc.exp: Remove fixed XFAIL.
Daniel Jacobowitz [Tue, 14 Jan 2003 18:32:14 +0000 (18:32 +0000)] 
* gdb.c++/virtfunc.exp: Remove fixed XFAIL.

21 years ago2003-01-14 Chris Demetriou <cgd@broadcom.com>
Chris Demetriou [Tue, 14 Jan 2003 18:15:08 +0000 (18:15 +0000)] 
2003-01-14  Chris Demetriou  <cgd@broadcom.com>

        * mips.igen (EI, DI): Remove.

21 years ago * gdb.threads/killed.exp: Use KFAIL for gdb/568.
Daniel Jacobowitz [Tue, 14 Jan 2003 18:13:11 +0000 (18:13 +0000)] 
* gdb.threads/killed.exp: Use KFAIL for gdb/568.

21 years ago * gdb.base/constvars.exp: Remove two extra XFAILs. Update copyright
Daniel Jacobowitz [Tue, 14 Jan 2003 17:36:49 +0000 (17:36 +0000)] 
* gdb.base/constvars.exp: Remove two extra XFAILs.  Update copyright
dates.

21 years ago(node WIN32): Some clarifications and formatting fixups.
Nick Clifton [Tue, 14 Jan 2003 11:25:58 +0000 (11:25 +0000)] 
(node WIN32): Some clarifications and formatting fixups.

21 years ago * gdb.c++/printmethod.exp (print virtual method): Accept "(void)".
Daniel Jacobowitz [Tue, 14 Jan 2003 04:40:48 +0000 (04:40 +0000)] 
* gdb.c++/printmethod.exp (print virtual method): Accept "(void)".

21 years ago * gdb.base/printcmds.exp: Enable setup_kfail for gdb/538
Daniel Jacobowitz [Tue, 14 Jan 2003 04:34:46 +0000 (04:34 +0000)] 
* gdb.base/printcmds.exp: Enable setup_kfail for gdb/538
(ptype &*"foo").
* gdb.c++/local.exp: Enable setup_kfail for gdb/482.

21 years ago2003-01-13 Andrew Cagney <ac131313@redhat.com>
Andrew Cagney [Tue, 14 Jan 2003 00:49:06 +0000 (00:49 +0000)] 
2003-01-13  Andrew Cagney  <ac131313@redhat.com>

* ax-gdb.c, c-valprint.c, charset.c, corefile.c: Update copyright.
* demangle.c, disasm.c, dwarf2cfi.c, dwarfread.c: Update copyright.
* elfread.c, eval.c, expprint.c, expression.h: Update copyright.
* f-typeprint.c, findvar.c, gcore.c, gdb_mbuild.sh: Update copyright.
* gdbtypes.h, gnu-v2-abi.c, inferior.h, inftarg.c: Update copyright.
* language.c, language.h, m32r-tdep.c: Update copyright.
* mn10200-tdep.c, scm-lang.c, scm-lang.h: Update copyright.
* somsolib.c, somsolib.h, symfile.c, symtab.h: Update copyright.
* thread-db.c, typeprint.c, utils.c, valarith.c: Update copyright.
* values.c, win32-nat.c, x86-64-linux-nat.c: Update copyright.
* x86-64-linux-tdep.c, z8k-tdep.c: Update copyright.
* cli/cli-decode.h, config/h8500/tm-h8500.h: Update copyright.

Index: mi/ChangeLog
2003-01-13  Andrew Cagney  <ac131313@redhat.com>

* mi-cmd-env.c: Update copyright.

21 years ago2003-01-13 Elena Zannoni <ezannoni@redhat.com>
Elena Zannoni [Tue, 14 Jan 2003 00:15:05 +0000 (00:15 +0000)] 
2003-01-13  Elena Zannoni  <ezannoni@redhat.com>

* stabsread.h (process_later, resolve_cfront_continuation):
Obsolete.
Update copyright years.
* buildsym.c (start_subfile): Obsolete comment pertinent to Cfront.
Update copyright year.
* dbxread.c(struct cont_elem): Obsolete.
(process_later, process_now): Obsolete functions.
(read_dbx_symtab, read_ofile_symtab): Obsolete cfront support.
Update copyright year.
* gdbtypes.c (INIT_EXTRA, ADD_EXTRA): Obsolete macros.
(add_name, add_mangled_type, cfront_mangle_name): Obsolete functions.
* mdebugread.c (parse_type): Obsolete comment pertinent to Cfront.
(parse_partial_symbols): Obsolete cfront support.
* stabsread.c
(CFRONT_VISIBILITY_PRIVATE,CFRONT_VISIBILITY_PUBLIC): Obsolete
macros.
(get_substring, get_cfront_method_physname, msg_unknown_complaint,
read_cfront_baseclasses, read_cfront_member_functions,
resolve_cfront_continuation,read_cfront_static_fields,
copy_cfront_struct_fields): Obsolete functions.
(define_symbol, read_one_struct_field): Obsolete cfront support.
* xcoffread.c (scan_xcoff_symtab): Obsolete CFront support.
Update Copyright year.

21 years ago2003-01-13 Elena Zannoni <ezannoni@redhat.com>
Elena Zannoni [Tue, 14 Jan 2003 00:07:43 +0000 (00:07 +0000)] 
2003-01-13  Elena Zannoni  <ezannoni@redhat.com>

* stack.c (print_frame_info, print_stack_frame_base_stub,
print_stack_frame_base, show_and_print_stack_frame_stub,
show_and_print_stack_frame, print_only_stack_frame_stub,
print_only_stack_frame): Delete functions.
(print_stack_frame_stub): Call print_frame_info instead of
print_frame_info_base.
(print_frame_info_base): Rename to print_frame_info.
(backtrace_command_1): Call print_frame_info, instead of
print_frame_info_base.
(current_frame_command): Call print_stack_frame, instead of
print_only_stack_frame.
(frame_command): Call print_stack_frame, instead of
show_and_print_stack_frame.
(up_command): Ditto.
(down_command): Ditto.
* frame.h (print_only_stack_frame): Delete prototype.
* infrun.c (normal_stop): Call print_stack_frame, instead of
show_and_print_stack_frame.
* thread.c (info_threads_command): Call print_stack_frame, instead
of print_only_stack_frame.

2003-01-13  Elena Zannoni  <ezannoni@redhat.com>

* mi-main.c (mi_cmd_exec_return): Use print_stack_frame instead of
show_and_print_stack_frame.

21 years ago*** empty log message ***
gdbadmin [Tue, 14 Jan 2003 00:00:32 +0000 (00:00 +0000)] 
*** empty log message ***

21 years agoRevert previous change.
Andrew Cagney [Mon, 13 Jan 2003 23:27:17 +0000 (23:27 +0000)] 
Revert previous change.

21 years ago2003-01-13 Andrew Cagney <ac131313@redhat.com>
Andrew Cagney [Mon, 13 Jan 2003 23:25:55 +0000 (23:25 +0000)] 
2003-01-13  Andrew Cagney  <ac131313@redhat.com>

* README (Graphical interface to GDB): Update URL.  Point at
gdb/links/.

21 years ago * gdb.mi/mi-console.exp: Remove extra "(known bug)".
Daniel Jacobowitz [Mon, 13 Jan 2003 23:24:43 +0000 (23:24 +0000)] 
* gdb.mi/mi-console.exp: Remove extra "(known bug)".
* gdb.mi/mi1-console.exp: Likewise.

21 years ago2003-01-13 Andrew Cagney <ac131313@redhat.com>
Andrew Cagney [Mon, 13 Jan 2003 23:07:07 +0000 (23:07 +0000)] 
2003-01-13  Andrew Cagney  <ac131313@redhat.com>

* gdb_indent.sh: Update to version 2.2.9.  Warn when not exact
version match.

21 years agodaily update
Alan Modra [Mon, 13 Jan 2003 23:00:04 +0000 (23:00 +0000)] 
daily update