aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2003-01-182003-01-18 Andrew Cagney <ac131313@redhat.com>Andrew Cagney31-106/+117
* 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.
2003-01-18*** empty log message ***gdbadmin1-1/+1
2003-01-17 * alpha-opc.c (alpha_opcodes): Add bugchk, rduniq, wruniq, gentrapRichard Henderson2-0/+9
PAL entry points.
2003-01-17 * elfxx-ia64.c (elfNN_ia64_relocate_section): HandleJakub Jelinek7-34/+90
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.
2003-01-17daily updateAlan Modra1-1/+1
2003-01-17 * config/tc-m68hc11.c (tc_m68hc11_fix_adjustable): Prevent adjustmentStephane Carrez2-1/+11
of relocs for memory bank addressing.
2003-01-17 * config/tc-m68hc11.c (md_show_usage): Update usage.Stephane Carrez3-5/+18
(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.
2003-01-172003-01-17 David Carlton <carlton@math.stanford.edu>David Carlton2-2/+11
* gdb.c++/demangle.exp (test_lucid_style_demangling): KFAIL test corresponding to PR c++/945. Update copyright.
2003-01-172003-01-17 David Carlton <carlton@math.stanford.edu>David Carlton2-14/+15
* gdb.c++/inherit.exp (test_print_mi_members): KFAIL tests corresponding to PR c++/68. (and fix date of previous ChangeLog entry; oops.)
2003-01-172003-01-16 David Carlton <carlton@math.stanford.edu>David Carlton2-5/+44
* 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.
2003-01-172003-01-17 Andrew Cagney <ac131313@redhat.com>Andrew Cagney6-7/+16
* 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.
2003-01-172003-01-17 Andrew Cagney <ac131313@redhat.com>Andrew Cagney3-1/+29
* 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.
2003-01-17 * emultempl/elf32.em (gld${EMULATION_NAME}_add_sysroot): Do notAndreas Jaeger2-4/+9
skip ':'.
2003-01-17 * configure.in (baseargs): Avoid using \| in sed regularJakub Jelinek3-42/+58
expressions. * configure: Rebuilt.
2003-01-17 * readelf.c (get_osabi_name): Handle ELFOSABI_AROS, ELFOSABI_OPENVMSAlan Modra2-0/+8
and ELFOSABI_NSK.
2003-01-17missed changelog entryAlan Modra1-1/+1
2003-01-17 * common.h: Formatting, typo fixes.Alan Modra2-164/+177
(DT_ENCODING): Correct value. * common.h (ELFOSABI_AROS): Define. (ELFOSABI_OPENVMS): Likewise. (ELFOSABI_NSK): Likewise.
2003-01-17*** empty log message ***gdbadmin1-1/+1
2003-01-16daily updateAlan Modra1-1/+1
2003-01-16 * elfxx-ia64.c (struct elfNN_ia64_link_hash_table): AddJakub Jelinek21-7/+926
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.
2003-01-16Missed one...Michael Snyder1-2/+1
2003-01-162003-01-16 Michael Snyder <msnyder@redhat.com>Michael Snyder2-85/+37
* compile.c: Change K&R function definitions to ISO. (fetch): Make static, and eliminate unused parameter 'n'.
2003-01-162003-01-16 Andrew Cagney <ac131313@redhat.com>Andrew Cagney5-22/+41
* 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.
2003-01-16 * configure.in (baseargs): Remove all supported forms ofJakub Jelinek3-10/+17
--cache-file, --srcdir, --host, --build and --target options from argument lists. * configure: Rebuilt.
2003-01-16 * Makefile.in: Regenerate.Alan Modra2-5/+9
2003-01-16 * Makefile.am: Run "make dep-am".Alan Modra8-123/+239
* Makefile.in: Regenerate. * po/POTFILES.in: Regenerate.
2003-01-16 * readelf.c: Include elf/ppc64.h.Alan Modra4-12/+25
(dump_relocations <EM_PPC64>): Use elf_ppc64_reloc_type. * Makefile.am: Run "make dep-am". * Makefile.in: Regenerate.
2003-01-16 * elf64-ppc.c: Include elf/ppc64.h rather than elf/ppc.h.Alan Modra5-64/+85
(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.
2003-01-16 * ppc.h: Split out ppc64 definitions to..Alan Modra3-79/+119
* pcc64.h: ..here. New file. (R_PPC64_REL30): Rename from R_PPC64_ADDR30.
2003-01-162003-01-15 Elena Zannoni <ezannoni@redhat.com>Elena Zannoni3-2/+14
* 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'.
2003-01-162003-01-15 Elena Zannoni <ezannoni@redhat.com>Elena Zannoni2-0/+6
* gdb.base/args.exp: Fix foobar with GDBFLAGS global.
2003-01-16*** empty log message ***gdbadmin1-1/+1
2003-01-15daily updateAlan Modra1-1/+1
2003-01-15Added a period under at the end of the comment and fixed the date.Stephen P. Smith1-2/+2
2003-01-152003-01-15 Andrew Cagney <ac131313@redhat.com>Andrew Cagney4-7/+10
* 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.
2003-01-152003-01-15 Elena Zannoni <ezannoni@redhat.com>Elena Zannoni2-3/+7
(OpenRISC 1000): Fix formatting of command names.
2003-01-15* gdb.base/default.exp: Adapt "info float" test for recent changesMark Kettenis3-10/+73
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.
2003-01-152003-01-15 David Carlton <carlton@math.stanford.edu>David Carlton2-0/+10
* gdb.base/selftest.exp (do_steps_and_nexts): Allow gdb_sysroot.
2003-01-15 * elf32-ppc.c (ppc_elf_check_relocs): Don't set DF_TEXTREL for aAndreas Schwab2-2/+7
relocation against a non-allocated readonly section.
2003-01-15Updated the email address for Stephen P. SmithStephen P. Smith2-1/+5
2003-01-152003-01-15 Elena Zannoni <ezannoni@redhat.com>Elena Zannoni2-2/+34
* gdb.texinfo (Continuing and Stepping): Add new command 'advance'. Clarify behavior of 'until'.
2003-01-152003-01-15 Elena Zannoni <ezannoni@redhat.com>Elena Zannoni5-25/+226
* 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.
2003-01-15* configure.in (noconfigdirs): Don't skip gas on IRIX 6.Alexandre Oliva3-45/+67
* configure: Rebuilt.
2003-01-152003-01-14 Elena Zannoni <ezannoni@redhat.com>Elena Zannoni4-11/+64
* 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.
2003-01-15*** empty log message ***gdbadmin1-1/+1
2003-01-14daily updateAlan Modra1-1/+1
2003-01-142003-01-14 Elena Zannoni <ezannoni@redhat.com>Elena Zannoni3-0/+87
* gdb.base/args.c: New file. * gdb.base/args.exp: New file.
2003-01-142003-01-14 David Carlton <carlton@math.stanford.edu>David Carlton2-76/+89
* 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.
2003-01-142003-01-14 Chris Demetriou <cgd@broadcom.com>Chris Demetriou2-0/+38
* mips.igen (LUXC1, SUXC1): New, for mipsV and mips64.
2003-01-14Update copyright date.Daniel Jacobowitz1-1/+1