H.J. Lu
6ba842b637
2004-08-12 H.J. Lu <hongjiu.lu@intel.com>
...
* elf32-i386.c (elf_i386_relocate_section): Report unrecognized
relocation.
2004-08-12 15:56:05 +00:00
Joel Brobecker
232d697cd0
* config/powerpc/xm-aix.h: Delete.
...
* config/powerpc/aix.mh (MH_FILE): Remove.
* config/powerpc/aix432.mh (MH_FILE): Remove.
2004-08-12 06:28:13 +00:00
Joel Brobecker
72f4e82b22
* config/powerpc/aix.mh: Remove obsolete comment.
...
* config/powerpc/aix432.mh: Likewise.
2004-08-12 05:19:10 +00:00
Joel Brobecker
0687ccb244
* config/powerpc/xm-aix.h (UINT_MAX): Remove undef.
2004-08-12 05:01:17 +00:00
Alan Modra
58c5d7f637
daily update
2004-08-12 00:00:06 +00:00
gdbadmin
230d29de81
*** empty log message ***
2004-08-12 00:00:03 +00:00
Joel Brobecker
e08e188697
* config/rs6000/xm-aix4.h: Remove "config/xm-aix4.h" include,
...
this file is now empty.
* config/xm-aix4.h: Remove, this file is no longer included
anywhere.
2004-08-11 22:40:45 +00:00
Joel Brobecker
dbf3ada764
* config/powerpc/xm-aix.h: Remove "config/xm-aix4.h", that file
...
is now empty.
(termdef): Remove prototype, function no longer used.
2004-08-11 22:28:34 +00:00
Joel Brobecker
4c525ef664
* doc/gdbint.texinfo (Host Definition): Remove documentation
...
for USE_O_NOCTTY, no longer used.
* config/xm-aix4.h (USE_O_NOCTTY): Remove, no longer used.
* config/rs6000/xm-rs6000.h (USE_O_NOCTTY): Likewise.
2004-08-11 22:23:05 +00:00
Joel Brobecker
82e0b968b3
* config/xm-aix4.h (FIVE_ARG_PTRACE): Remove, no longer used.
...
* config/pa/nm-hppah.h (FIVE_ARG_PTRACE): Likewise.
* config/rs6000/xm-rs6000.h (FIVE_ARG_PTRACE): Likewise.
2004-08-11 21:51:29 +00:00
DJ Delorie
11b04d1f5d
merge from gcc:
...
2004-08-09 Mark Mitchell <mark@codesourcery.com>
* configure.in (arm*-*-eabi*): New target.
* configure: Regenerate.
2004-08-03 Paul Brook <paul@codesourcery.com>
* configure.in: Check for MPFR as well as GMP.
* configure: Regenerate.
2004-08-11 17:32:56 +00:00
Mark Kettenis
daa9827006
* infptrace.c (call_ptrace): Select code based on PTRACE_TYPE_ARG5
...
instead of FIVE_ARG_PTRACE.
2004-08-11 09:17:39 +00:00
Mark Kettenis
f2acbe1cfb
* inflow.c (O_NOCTTY): Define to zero if not already defined.
...
(new_tty): Use O_NOCTTY unconditionally.
2004-08-11 09:00:57 +00:00
Mark Kettenis
cc377e6b36
* procfs.c (procfs_detach): Cleanup. Print process ID, not LWP
...
ID. Use comma in output. Use gdb_flush on gdb_stdout instead of
fflush on stdout.
2004-08-11 06:55:15 +00:00
Mark Mitchell
b2221023d3
* expr.c (operand): Handle the "~", "-", and "!" operators applied
...
to bignums.
* gas/arm/bignum1.s: New test.
* gas/arm/arm.exp: Run it.
2004-08-11 02:11:58 +00:00
gdbadmin
32dbff569c
*** empty log message ***
2004-08-11 00:00:32 +00:00
Alan Modra
5d848552b3
daily update
2004-08-11 00:00:06 +00:00
Joel Brobecker
3bcc18faa9
* xcoff_symfile_finish: Replace last call to xmfree by call
...
to xfree.
2004-08-10 23:48:29 +00:00
Andrew Cagney
cc503c8aa2
2004-08-10 Andrew Cagney <cagney@gnu.org>
...
* main.c (captured_main): Delete call to init_malloc.
* defs.h (init_malloc): Delete declaration.
* utils.c (mmalloc, mrealloc, mcalloc, mfree)
(init_malloc): Delete functions.
Index: testsuite/ChangeLog
2004-08-10 Andrew Cagney <cagney@gnu.org>
* gdb.gdb/selftest.exp (do_steps_and_nexts): Remove code to skip
init_malloc call.
2004-08-10 22:36:39 +00:00
Andrew Cagney
2dc74dc121
2004-08-10 Andrew Cagney <cagney@gnu.org>
...
* defs.h (xmfree): Delete.
* utils.c (xmfree): Delete function.
(xfree): Inline calls to xmfree and mfree.
* symmisc.c (free_symtab_block, free_symtab): Use xfree.
* symfile.c (reread_symbols, init_psymbol_list): Ditto.
* source.c (forget_cached_source_info, find_and_open_source): Ditto.
* somread.c (som_symfile_finish): Ditto.
* objfiles.c (allocate_objfile, free_objfile):
* nlmread.c (nlm_symfile_finish): Ditto.
* hpread.c (hpread_symfile_finish): Ditto.
* elfread.c (free_elfinfo, elf_symfile_finish): Ditto.
* dbxread.c (dbx_symfile_finish, free_bincl_list): Ditto.
* coffread.c (coff_symfile_finish): Ditto.
2004-08-10 21:52:05 +00:00
Andrew Cagney
aa2ee5f640
2004-08-10 Andrew Cagney <cagney@gnu.org>
...
* defs.h (xmcalloc): Delete declaration.
* utils.c (xmcalloc): Delete.
(xcalloc): Inline calls to xmcalloc and mcalloc.
* ada-lang.c (_initialize_ada_language): Use htab_create_alloc,
xcalloc and xfree.
* symtab.c (create_demangled_names_hash): Ditto.
2004-08-10 21:16:13 +00:00
Andrew Cagney
0efffb96a9
2004-08-10 Andrew Cagney <cagney@gnu.org>
...
* defs.h (xmrealloc): Delete.
* utils.c (xmrealloc): Delete.
(xrealloc): Inline calls to xmrealloc, mmalloc and mrealloc.
* symmisc.c (extend_psymbol_list): Use xrealloc.
* source.c (find_source_lines): Ditto.
* hpread.c (hpread_lookup_type): Ditto.
* dbxread.c (add_bincl_to_list): Ditto.
2004-08-10 20:03:32 +00:00
Andrew Cagney
7936743b08
2004-08-10 Andrew Cagney <cagney@gnu.org>
...
* utils.c (xmmalloc): Delete.
(xmalloc): Inline xmmalloc and mmalloc calls.
(msavestring): Use xmalloc.
* defs.h (xmmalloc): Delete declaration.
* xcoffread.c (xcoff_symfile_init): Use xmalloc instead of
xmmalloc.
* symmisc.c (extend_psymbol_list): Ditto.
* symfile.c (init_psymbol_list): Ditto.
* source.c (find_source_lines): Ditto.
* hpread.c (hpread_symfile_init, hpread_lookup_type): Ditto.
* elfread.c (elf_symtab_read): Ditto.
* dbxread.c (dbx_symfile_init, init_bincl_list): Ditto.
* coffread.c (coff_symfile_init): Ditto.
2004-08-10 19:37:47 +00:00
Michael Chastain
902f2ccb3d
2004-08-10 Michael Chastain <mec.gnu@mindspring.com>
...
* ChangeLog: Add copyright notice. The notice is copied
from emacs 21.3 top level ChangeLog.
2004-08-10 19:13:35 +00:00
David Carlton
252ab81483
2004-08-10 David Carlton <carlton@bactrian.org>
...
* MAINTAINERS: Remove David Carlton from c++ testsuite
maintainers.
2004-08-10 16:36:15 +00:00
Jerome Guitton
8f5ba92b7b
* symfile.c (symbol_file_add_with_addrs_or_offsets): Make sure to
...
print a line feed before the prompt.
2004-08-10 16:09:54 +00:00
Mark Kettenis
21749010c8
* procfs.c (procfs_pid_to_str): Use "%ld" to print LWP.
2004-08-10 16:05:38 +00:00
Alan Modra
99877b66ad
bfd/
...
* elf64-ppc.c (struct ppc_link_hash_entry): Add was_undefined.
(struct ppc_link_hash_table): Remove no_multi_toc, multi_toc_needed.
Make emit_stub_syms, stub_error and has_14bit_branch bit-fields.
Add twiddled_syms.
(link_hash_newfunc): Init was_undefined.
(add_symbol_adjust): Don't set undefined dot symbols to defweak;
Use undefweak instead.
(ppc64_elf_check_directives): Fix undefs chain.
(ppc64_elf_next_toc_section): Remove no_multi_toc and multi_toc_needed
references.
(ppc64_elf_size_stubs): Adjust for add_symbol_adjust change.
(undo_symbol_twiddle, ppc64_elf_restore_symbols): New functions.
* elf64-ppc.h (ppc64_elf_restore_symbols): Declare.
ld/
* emultempl/ppc64elf.em (gld${EMULATION_NAME}_finish): Call
ppc64_elf_restore_symbols.
2004-08-10 11:23:03 +00:00
Joel Brobecker
1f011ce276
General cleanup of the AIX xm include file:
...
* config/xm-aix4.h (fd_set): Remove undefine.
Remove include of <sys/select.h>.
(HAVE_TERMIO): Remove define.
(USG): Likewise.
(NULL): Remove redefine.
(alloca): Remove #pragma.
(vfork): Remove define.
(termdef): Remove.
(SIGWINCH_HANDLER): Remove.
(SIGWINCH_HANDLER_BODY): Remove.
2004-08-10 05:42:22 +00:00
Alan Modra
9093fb01b2
daily update
2004-08-10 00:00:06 +00:00
gdbadmin
621df428d7
*** empty log message ***
2004-08-10 00:00:04 +00:00
Michael Chastain
78c9050252
2004-08-09 Michael Chastain <mec.gnu@mindspring.com>
...
* lib/cp-support.exp: New file.
* lib/cp-support.exp (cp_test_type_class): New function.
* gdb.cp/derivation.exp: Use cp_test_ptype_class.
* gdb.cp/virtfunc.exp (test_one_ptype): Removed.
* gdb.cp/virtfunc.exp (test_ptype_of_classes): Use
cp_test_ptype_class.
2004-08-09 22:47:50 +00:00
Michael Chastain
88e5ea782b
2004-08-09 Michael Chastain <mec.gnu@mindspring.com>
...
* gdb.mi/mi2-basics.exp, gdb.mi/mi2-break.exp,
gdb.mi/mi2-console.exp, gdb.mi/mi2-disassemble.exp,
gdb.mi/mi2-eval.exp, gdb.mi/mi2-file.exp, gdb.mi/mi2-hack-cli.exp,
gdb.mi/mi2-read-memory.exp, gdb.mi/mi2-regs.exp,
gdb.mi/mi2-return.exp, gdb.mi/mi2-simplerun.exp,
gdb.mi/mi2-stack.exp, gdb.mi/mi2-stepi.exp, gdb.mi/mi2-until.exp,
gdb.mi/mi2-var-block.exp, gdb.mi/mi2-var-child.exp,
gdb.mi/mi2-var-cmd.exp, gdb.mi/mi2-var-display.exp,
gdb.mi/mi2-watch.exp: Update copyright years.
2004-08-09 22:21:54 +00:00
Mark Kettenis
cf4e76924c
* configure.tgt (x86_64-*-openbsd*): Set gdb_osabi to
...
GDB_OSABI_OPENBSD_ELF.
2004-08-09 21:20:28 +00:00
Mark Kettenis
ac5754fafa
* bsd-kvm.c: Check for nlist.h before including it.
2004-08-09 21:10:20 +00:00
Mark Kettenis
bbe06c740e
* i386bsd-nat.c (_initialize_i386bsd_nat): Remove `struct
...
sigcontext' offset consistency checks for ancient BSD.
2004-08-09 20:40:14 +00:00
Mark Kettenis
3aa7b3b329
* gdb_curses.h [HAVE_CURSESX_H]: Include <cursesX.h>
2004-08-09 19:29:27 +00:00
Mark Kettenis
086ec9ebe9
* configure.in: Check for <sys/types.h>. Check return and
...
argument types of ptrace.
* configure, config.in: Regenerate.
2004-08-09 19:20:13 +00:00
Mark Kettenis
6a89fc9c75
* gdb.base/sigaltstack.exp: Provide proper anchoring.
2004-08-09 19:09:30 +00:00
Jim Blandy
09991fa0ee
* rs6000-tdep.c (set_sim_regno, init_sim_regno_table,
...
rs6000_register_sim_regno): Doc fixes.
2004-08-09 18:43:21 +00:00
Michael Chastain
1482e0de82
2004-08-09 Michael Chastain <mec.gnu@mindspring.com>
...
* gdb.mi/gdb792.exp, gdb.mi/mi-basics.exp, gdb.mi/mi-break.exp,
gdb.mi/mi-console.exp, gdb.mi/mi-disassemble.exp,
gdb.mi/mi-eval.exp, gdb.mi/mi-file.exp, gdb.mi/mi-hack-cli.exp,
gdb.mi/mi-read-memory.exp, gdb.mi/mi-regs.exp,
gdb.mi/mi-return.exp, gdb.mi/mi-simplerun.exp,
gdb.mi/mi-stack.exp, gdb.mi/mi-stepi.exp, gdb.mi/mi-until.exp,
gdb.mi/mi-var-block.exp, gdb.mi/mi-var-child.exp,
gdb.mi/mi-var-cmd.exp, gdb.mi/mi-var-display.exp,
gdb.mi/mi-watch.exp: Update copyright years.
2004-08-09 16:32:44 +00:00
Daniel Jacobowitz
1a5ce3f34d
PR gdb/1738
...
* gdb.base/signals.exp (signal_tests_1): KFAIL bug in continuing
from a breakpoint with a pending signal.
2004-08-09 13:17:34 +00:00
Daniel Jacobowitz
04f6ecf279
PR gdb/1736
...
* lib/gdb.exp (gdb_test_multiple): Handle return -code return.
* gdb.base/sigaltstack.exp (finish_test): Consume output until
the prompt.
* gdb.base/sigstep.exp: Add KFAIL for gdb/1736.
2004-08-09 13:16:16 +00:00
Daniel Jacobowitz
54d90d3515
* gdb.cp/templates.exp: Handle (char)115 for template argument 's'.
2004-08-09 13:15:26 +00:00
Jakub Jelinek
ba3bee0b4e
* elf64-x86-64.c (elf64_x86_64_relocate_section): For -fno-pic
...
error, test input_section flags rather than sec.
2004-08-09 08:53:51 +00:00
Alan Modra
40e45c8b6c
* emultempl/ppc64elf.em (gld${EMULATION_NAME}_finish): Error if
...
.toc is too large on relocatable linking.
2004-08-09 06:48:37 +00:00
Alan Modra
8387904def
* elf-bfd.h (struct elf_backend_data): Add
...
elf_backend_archive_symbol_lookup.
(_bfd_elf_archive_symbol_lookup): Declare.
* elflink.c (_bfd_elf_archive_symbol_lookup): New function..
(elf_link_add_archive_symbols): ..extracted from here. Call the
backend version.
* elfxx-target.h (elf_backend_archive_symbol_lookup): Provide default.
(elfNN_bed): Init new field.
* elf64-ppc.c (elf_backend_check_directives): Define.
(elf_backend_archive_symbol_lookup): Define.
(struct ppc_link_hash_table): Add tls_get_add_fd. Make tls_get_add
a ppc_link_hash_entry pointer.
(get_fdh): Move.
(ppc64_elf_archive_symbol_lookup, opd_entry_value): New functions.
(add_symbol_adjust, ppc64_elf_check_directives): New functions.
(ppc64_elf_check_relocs, ppc64_elf_gc_mark_hook, func_desc_adjust,
ppc64_elf_adjust_dynamic_symbol, ppc64_elf_tls_setup,
ppc64_elf_tls_optimize, allocate_dynrelocs, ppc_type_of_stub,
ppc_build_one_stub, ppc64_elf_size_stubs, ppc64_elf_relocate_section,
ppc64_elf_finish_dynamic_symbol): Handle branch relocs to function
descriptor symbols.
2004-08-09 06:02:03 +00:00
Joel Brobecker
fed7ba43e0
* mips-tdep.c: Include "floatformat.h".
...
(n32n64_floatformat_always_valid): New function.
(floatformat_n32n64_long_double_big): New constant.
(mips_gdbarch_init): Set size and format of long double
for N32 and N64 ABIs.
* Makefile.in (mips-tdep.o): Update dependencies.
2004-08-09 05:45:20 +00:00
Alan Modra
8843416a51
* elf64-ppc.c (struct ppc_link_hash_entry): Expand adjust_done comment.
...
(ppc64_elf_add_symbol_hook): Test for NULL section.
(get_sym_h): Formatting.
(ppc64_elf_size_stubs): Include reloc addend in value stored as
stub target_value.
2004-08-09 05:38:48 +00:00
Alan Modra
b25116a9c7
* elf64-ppc.c (ppc64_elf_relocate_section): Combine handling of
...
long branch stubs with code handling plt and r2off branch stubs.
2004-08-09 05:12:14 +00:00