deliverable/binutils-gdb.git
19 years ago2004-08-23 Michael Chastain <mec.gnu@mindspring.com>
Michael Chastain [Mon, 23 Aug 2004 12:28:23 +0000 (12:28 +0000)] 
2004-08-23  Michael Chastain  <mec.gnu@mindspring.com>

* gdb.base/whatis.c: Add copyright notice.

19 years ago* armnbsd-tdep.c (arm_nbsd_arm_be_breakpoint): Define.
Richard Earnshaw [Mon, 23 Aug 2004 10:28:58 +0000 (10:28 +0000)] 
* armnbsd-tdep.c (arm_nbsd_arm_be_breakpoint): Define.
(arm_nbsd_thumb_[lb]e_breakpoint): Define.
(arm_netbsd_init_abi_common): Register them.

19 years agodaily update
Alan Modra [Mon, 23 Aug 2004 00:00:07 +0000 (00:00 +0000)] 
daily update

19 years ago*** empty log message ***
gdbadmin [Mon, 23 Aug 2004 00:00:05 +0000 (00:00 +0000)] 
*** empty log message ***

19 years ago* config/vax/vax.mh (NATDEPFILES): Add vax-nat.c.
Mark Kettenis [Sun, 22 Aug 2004 20:57:06 +0000 (20:57 +0000)] 
* config/vax/vax.mh (NATDEPFILES): Add vax-nat.c.

19 years ago* amd64obsd-tdep.c (amd64obsd_sigtramp_p): Use
Mark Kettenis [Sun, 22 Aug 2004 20:34:55 +0000 (20:34 +0000)] 
* amd64obsd-tdep.c (amd64obsd_sigtramp_p): Use
safe_frame_unwind_memory instead of target_read_memory.

19 years ago* infptrace.c: Remove #ifdef'ed out inclusion of gdb_stat.h.
Mark Kettenis [Sun, 22 Aug 2004 19:03:41 +0000 (19:03 +0000)] 
* infptrace.c: Remove #ifdef'ed out inclusion of gdb_stat.h.
Reorder includes.
(fetch_register, store_register): Remove prototypes.
(child_resume): Reorganize code and comments such that it is
grouped a bit more logically.
(attach): Explicitly compare errno against 0.
(detach): Likewise.  Use perror_with_name instead of
print_sys_errmsg.
* Makefile.in (infptrace.o): Update dependencies.

19 years ago* ia64-linux-nat.c: Update copyright year.
Mark Kettenis [Sun, 22 Aug 2004 16:32:35 +0000 (16:32 +0000)] 
* ia64-linux-nat.c: Update copyright year.
(fetch_debug_register, store_debug_register)
(ia64_linux_stopped_by_watchpoint): Replace PTRACE_ARG3_TYPE with
PTRACE_TYPE_ARG3.
* config/ia64/nm-linux.h: Update copyright year.
 (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE): Remove defines.

19 years ago* amd64-linux-tdep.c (amd64_linux_sigtramp_start): Change argument
Mark Kettenis [Sun, 22 Aug 2004 16:27:30 +0000 (16:27 +0000)] 
* amd64-linux-tdep.c (amd64_linux_sigtramp_start): Change argument
from CORE_ADDR to struct frame_info *.  Use
safe_frame_unwind_memory instead of deprecated_read_memory_nobpt.
(amd64_linux_sigtramp_p): Adjust for changed signature of
and64_linux_sigtramp_start

19 years ago* gdb_ptrace.h: GNU/Linux.
Mark Kettenis [Sun, 22 Aug 2004 15:41:47 +0000 (15:41 +0000)] 
* gdb_ptrace.h: GNU/Linux.

19 years ago* config/alpha/nm-linux.h (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE):
Mark Kettenis [Sun, 22 Aug 2004 15:38:37 +0000 (15:38 +0000)] 
* config/alpha/nm-linux.h (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE):
Remove defines.

19 years ago* infptrace.c: Include "gdb_assert.h".
Mark Kettenis [Sun, 22 Aug 2004 15:35:02 +0000 (15:35 +0000)] 
* infptrace.c: Include "gdb_assert.h".
(PTRACE_XFER_TYPE): Remove define.
(offsetof): Only define if U_REGS_OFFSET isn't defined.
(fetch_register, store_register): Rewrite to use PTRACE_TYPE_RET.
Tweak comment.
(fetch_inferior_registers, store_inferior_registers): Remove
redundant culry braces.  Tweak comment.  s/regno/regnum.
* Makefile.in (infptrace.o): Update dependencies.

19 years ago* configure.in: Change test for return type of ptrace to default
Mark Kettenis [Sun, 22 Aug 2004 14:18:02 +0000 (14:18 +0000)] 
* configure.in: Change test for return type of ptrace to default
to `long' instead of `int'.
* configure: Regenerate.

19 years ago*** empty log message ***
gdbadmin [Sun, 22 Aug 2004 00:00:06 +0000 (00:00 +0000)] 
*** empty log message ***

19 years agodaily update
Alan Modra [Sun, 22 Aug 2004 00:00:05 +0000 (00:00 +0000)] 
daily update

19 years ago * ld-cris/expdyn1.d, ld-cris/expdyn5.d, ld-cris/expdyn6.d,
Hans-Peter Nilsson [Sat, 21 Aug 2004 12:51:41 +0000 (12:51 +0000)] 
* ld-cris/expdyn1.d, ld-cris/expdyn5.d, ld-cris/expdyn6.d,
ld-cris/expdyn7.d, ld-cris/gotplt2.d, ld-cris/gotplt3.d,
ld-cris/libdso-1.d, ld-cris/libdso-2.d, ld-cris/locref1.d,
ld-cris/nodyn4.d, ld-cris/nodyn5.d: Adjust for reordered
sections.

19 years ago* config/alpha/alpha-linux.mh (LOADLIBES): New variable.
Mark Kettenis [Sat, 21 Aug 2004 12:44:05 +0000 (12:44 +0000)] 
* config/alpha/alpha-linux.mh (LOADLIBES): New variable.

19 years ago* configure.in: Check for ttrace function.
Mark Kettenis [Sat, 21 Aug 2004 12:05:52 +0000 (12:05 +0000)] 
* configure.in: Check for ttrace function.
* configure, config.in: Regenerate.

19 years ago2004-08-20 Michael Chastain <mec.gnu@mindspring.com>
Michael Chastain [Sat, 21 Aug 2004 09:37:20 +0000 (09:37 +0000)] 
2004-08-20  Michael Chastain  <mec.gnu@mindspring.com>

* (Using the Testsuite): build != host is supported,
but some test scripts do not support build != host.

19 years ago* gdb_ptrace.h: New file.
Mark Kettenis [Sat, 21 Aug 2004 08:56:38 +0000 (08:56 +0000)] 
* gdb_ptrace.h: New file.
* infptrace.c: Include "gdb_ptrace.h" instead of <ptrace.h> or
<sys/ptrace.h>.
(PT_READ_I, PT_READ_D, PT_READ_U, PT_WRITE_I, PT_WRITE_D)
(PT_WRITE_U, PT_CONTINUE, PT_STEP, PT_KILL): Remove defines.
(attach): Don't define PT_ATTACH.
(detach): Don't define PT_DETACH.
* Makefile.in (gdb_ptrace_h): New variable.
(infptrace.o): Update dependencies.

19 years ago * elflink.c (_bfd_elf_section_already_linked): Handle
Daniel Jacobowitz [Sat, 21 Aug 2004 01:13:22 +0000 (01:13 +0000)] 
* elflink.c (_bfd_elf_section_already_linked): Handle
SEC_LINK_DUPLICATES_SAME_CONTENTS.

19 years agodaily update
Alan Modra [Sat, 21 Aug 2004 00:00:07 +0000 (00:00 +0000)] 
daily update

19 years ago*** empty log message ***
gdbadmin [Sat, 21 Aug 2004 00:00:04 +0000 (00:00 +0000)] 
*** empty log message ***

19 years ago* gdb.arch/i386-prologue.exp (skip_breakpoint): New function. Use
Mark Kettenis [Fri, 20 Aug 2004 22:15:03 +0000 (22:15 +0000)] 
* gdb.arch/i386-prologue.exp (skip_breakpoint): New function.  Use
it to skip the breakpoints encoded in the inline assembly.

19 years ago2004-08-20 Michael Chastain <mec.gnu@mindspring.com>
Michael Chastain [Fri, 20 Aug 2004 14:52:36 +0000 (14:52 +0000)] 
2004-08-20  Michael Chastain  <mec.gnu@mindspring.com>

* Makefile.in: Add gdb.fortran.

19 years agoFix typo in Alan Modra's 2004-08-16 entry.
Ben Elliston [Fri, 20 Aug 2004 11:44:26 +0000 (11:44 +0000)] 
Fix typo in Alan Modra's 2004-08-16 entry.

19 years ago2004-08-20 Michael Chastain <mec.gnu@mindspring.com>
Michael Chastain [Fri, 20 Aug 2004 10:57:08 +0000 (10:57 +0000)] 
2004-08-20  Michael Chastain  <mec.gnu@mindspring.com>

* gdb.base/call-sc.exp (test_scalar_returns):
Fix cut-and-paste glitch in "Make fun return now".

19 years agodaily update
Alan Modra [Fri, 20 Aug 2004 00:00:06 +0000 (00:00 +0000)] 
daily update

19 years ago*** empty log message ***
gdbadmin [Fri, 20 Aug 2004 00:00:04 +0000 (00:00 +0000)] 
*** empty log message ***

19 years ago * configure.tgt (arm*-*-symbianelf*): New target.
Mark Mitchell [Thu, 19 Aug 2004 18:11:42 +0000 (18:11 +0000)] 
* configure.tgt (arm*-*-symbianelf*): New target.
(arm*-*-eabi*): Likewise.

19 years ago * configure.in (arm*-*-symbianelf*): New target.
Mark Mitchell [Thu, 19 Aug 2004 18:11:00 +0000 (18:11 +0000)] 
* configure.in (arm*-*-symbianelf*): New target.
(arm*-*-eabi*): Likewise.
* configure: Regenerated.

19 years ago * config.bfd (arm*-*-symbianelf*): New target.
Mark Mitchell [Thu, 19 Aug 2004 18:09:44 +0000 (18:09 +0000)] 
* config.bfd (arm*-*-symbianelf*): New target.
(arm*-*-eabi*): Likewise.

19 years ago * elf64-ppc.c (ppc_get_stub_entry): Change third param to a
Alan Modra [Thu, 19 Aug 2004 08:30:16 +0000 (08:30 +0000)] 
* elf64-ppc.c (ppc_get_stub_entry): Change third param to a
"struct ppc_link_hash_entry *".
(ppc64_elf_relocate_section): Ditto for type of h.  Introduce h_elf
to satisfy RELOC_FOR_GLOBAL_SYMBOL.

19 years ago * elf64-ppc.c (ppc64_elf_edit_opd): Support 16 byte long .opd
Jakub Jelinek [Thu, 19 Aug 2004 07:47:25 +0000 (07:47 +0000)] 
* elf64-ppc.c (ppc64_elf_edit_opd): Support 16 byte long .opd
entries (where fd_aux overlaps next entry's fd_func).
Add non_overlapping argument, use it.
(ppc64_elf_check_relocs, ppc64_elf_gc_mark_hook, adjust_opd_syms,
ppc64_elf_size_stubs, ppc64_elf_relocate_section,
ppc64_elf_output_symbol_hook): Use address / 8 instead of address / 24
as indexes into opd_sym_map/opd_adjust array.
* elf64-ppc.h (ppc64_elf_edit_opd): Adjust prototype.

* emultempl/ppc64elf.em (non_overlapping_opd): New variable.
(ppc_before_allocation): Pass it to ppc64_elf_edit_opd).
(OPTION_NON_OVERLAPPING_OPD): Define.
(PARSE_AND_LIST_OPTIONS, PARSE_AND_LIST_ARGS_CASES): Add
--non-overlapping-opd option.

19 years ago2004-08-18 Chris Demetriou <cgd@broadcom.com>
Chris Demetriou [Thu, 19 Aug 2004 07:02:04 +0000 (07:02 +0000)] 
2004-08-18  Chris Demetriou  <cgd@broadcom.com>

        * configure.in (mipsisa64sb1*-*-*): Add mips3d to sim_igen_machine.
        * configure: Regenerate.

19 years agodaily update
Alan Modra [Thu, 19 Aug 2004 00:00:06 +0000 (00:00 +0000)] 
daily update

19 years ago*** empty log message ***
gdbadmin [Thu, 19 Aug 2004 00:00:03 +0000 (00:00 +0000)] 
*** empty log message ***

19 years ago* config/tc-mips.c (append_insn): Handle delay slots in branch likely
Thiemo Seufer [Wed, 18 Aug 2004 15:58:12 +0000 (15:58 +0000)] 
* config/tc-mips.c (append_insn): Handle delay slots in branch likely
correctly.

19 years ago * gencode.c (tab): For shad snd shld, fix result for
Joern Rennecke [Wed, 18 Aug 2004 11:47:15 +0000 (11:47 +0000)] 
* gencode.c (tab): For shad snd shld, fix result for
(op1 < 0 && shift_amount == 0).

19 years ago * elf64-ppc.c (func_desc_adjust): Give undefined dot-symbols a value
Alan Modra [Wed, 18 Aug 2004 10:11:02 +0000 (10:11 +0000)] 
* elf64-ppc.c (func_desc_adjust): Give undefined dot-symbols a value
if we can look up their function descriptor in a regular file.

19 years ago * config/tc-ia64.c (start_unwind_section): Add linkonce_empty
Jakub Jelinek [Wed, 18 Aug 2004 09:51:29 +0000 (09:51 +0000)] 
* config/tc-ia64.c (start_unwind_section): Add linkonce_empty
argument, don't do anything if current section is not
.gnu.linkonce.t.* and linkonce_empty is set.
(generate_unwind_image, dot_endp): Adjust callers, call
start_unwind_section (*, 1) if nothing will be put into the
section.

19 years agoPR 324
Nick Clifton [Wed, 18 Aug 2004 09:44:11 +0000 (09:44 +0000)] 
PR 324
(coff_link_add_symbols): Check that the comdat pointer in the coff_section_data
structure has been initialised before using it.

19 years agoRemove #NO_APP, accidentally committed as part of another patch.
Nick Clifton [Wed, 18 Aug 2004 07:23:47 +0000 (07:23 +0000)] 
Remove #NO_APP, accidentally committed as part of another patch.

19 years ago2004-08-17 Paolo Bonzini <bonzini@gnu.org>
Paolo Bonzini [Wed, 18 Aug 2004 06:51:38 +0000 (06:51 +0000)] 
2004-08-17  Paolo Bonzini  <bonzini@gnu.org>

* Makefile.in: Regenerate.
* configure: Regenerate.

* Makefile.def (bootstrap-stage): Rename extra_*_flags to
stage_*_flags.
* Makefile.tpl (configure-[+module+], all-[+module+]): Exit
for bootstrapped modules if toplevel bootstrap is going.
(GCC bootstrap): Generate per-stage targets for all bootstrapped
modules.  Adjust for changes in Makefile.def.  Enable several
rules even in non-bootstrap mode, just to avoid peppering the
template with unnecessary "@if/@endif gcc-bootstrap" pairs.
(stage-[+prev+]-bubble): Remove.

* Makefile.def (Dependencies): Depend on all-build-bison,
all-build-flex, all-build-byacc, all-build-texinfo, rather
than the host variations.
* Makefile.tpl (BUILD_DIR_PREFIX): Remove.  Replace throughout
with BUILD_SUBDIR.
(BISON): Update for recent Bisons.
(YACC): Fix typo.
(cross): Depend on all-build.
(all): Do not depend on all-build.
(prebootstrap): Remove.
(dep-kind): Accept separate prefixes for MODULE and ON variables.
(Prebootstrap dependencies): Add them to the per-stage targets
and to all-prebootstrap.
* configure.in (build_configdirs): Always enable build_tools.
(BUILD_DIR_PREFIX): Remove.

* Makefile.def (gcc): Add target variable.
(gdb, expect, guile, tk, tix): Replace with_x with extra_make_flags.
* Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
in the recursive `make', instead of hardwiring `all'.
(Autogenerated TARGET-* variables): New.

19 years ago PR 338
Alan Modra [Wed, 18 Aug 2004 02:45:43 +0000 (02:45 +0000)] 
PR 338
* elflink.c (bfd_elf_record_link_assignment): Add comment about
changing bfd_link_hash_undefined to bfd_link_hash_new.
* ldexp.c (fold_name): Don't call bfd_link_add_undef if the symbol
was already on the undefs list.

19 years ago*** empty log message ***
gdbadmin [Wed, 18 Aug 2004 00:00:34 +0000 (00:00 +0000)] 
*** empty log message ***

19 years agodaily update
Alan Modra [Wed, 18 Aug 2004 00:00:05 +0000 (00:00 +0000)] 
daily update

19 years agoPatch from Robert Millan for knetbsd-gnu/kfreebsd-gnu.
Jim Wilson [Tue, 17 Aug 2004 22:09:17 +0000 (22:09 +0000)] 
Patch from Robert Millan for knetbsd-gnu/kfreebsd-gnu.
* configure.in: In noconfigdirs check, match GNU/k*BSD with GNU/Linux
(instead of FreeBSD).
* configure: Regenerate.

19 years ago2004-08-17 Michael Chastain <mec.gnu@mindspring.com>
Michael Chastain [Tue, 17 Aug 2004 16:33:28 +0000 (16:33 +0000)] 
2004-08-17  Michael Chastain  <mec.gnu@mindspring.com>

* configure.in: Add gdb.fortran.
* configure: Regenerate.
* gdb.fortran/Makefile.in: New file.
* lib/gdb.exp (skip_fortran_tests): New procedure.

19 years agotrim off entries that came in with a merge, rev 1.245, now in ChangeLog-9103
Alan Modra [Tue, 17 Aug 2004 13:07:48 +0000 (13:07 +0000)] 
trim off entries that came in with a merge, rev 1.245, now in ChangeLog-9103

19 years ago * emultempl/ppc64elf.em (gld${EMULATION_NAME}_new_vers_pattern): Dot
Alan Modra [Tue, 17 Aug 2004 12:33:59 +0000 (12:33 +0000)] 
* emultempl/ppc64elf.em (gld${EMULATION_NAME}_new_vers_pattern): Dot
prefix the symbol field too.

19 years agoAdd support for a -g switch to GAS
Nick Clifton [Tue, 17 Aug 2004 12:19:58 +0000 (12:19 +0000)] 
Add support for a -g switch to GAS

19 years ago2004-08-17 Michael Chastain <mec.gnu@mindspring.com>
Michael Chastain [Tue, 17 Aug 2004 09:38:29 +0000 (09:38 +0000)] 
2004-08-17  Michael Chastain  <mec.gnu@mindspring.com>

* gdb.mi/mi-var-block.exp: Use gdb_get_line_number.  Remove
reference to bug-gnu@prep.ai.mit.edu.
* gdb.mi/mi-var-child.exp: Likewise.
* gdb.mi/mi-var-cmd.exp: Likewise.
* gdb.mi/mi-var-display.exp: Likewise.
* gdb.mi/mi2-var-block.exp: Likewise.
* gdb.mi/mi2-var-child.exp: Likewise.
* gdb.mi/mi2-var-cmd.exp: Likewise.
* gdb.mi/mi2-var-display.exp: Likewise.

19 years agobfd/
Jakub Jelinek [Tue, 17 Aug 2004 09:07:35 +0000 (09:07 +0000)] 
bfd/
* elfxx-target.h (bfd_elfNN_get_synthetic_symtab): Only define
if not yet defined.
* elf64-ppc.c (bfd_elf64_get_synthetic_symtab): Define.
(synthetic_opd, synthetic_relocatable): New variables.
(compare_symbols, compare_relocs): New helper routines.
(ppc64_elf_get_synthetic_symtab): New function.
* bfd.c (bfd_get_synthetic_symtab): Rename dynsyms argument
to relsyms.
* bfd-in2.h: Regenerated.
* elf.c (_bfd_elf_get_synthetic_symtab): Rename dynsyms argument
to relsyms.  Return 0 if abfd is relocatable.
binutils/
* objdump.c (dump_bfd): For relocatable objects, pass syms instead
of dynsyms to bfd_get_synthetic_symtab.

19 years ago * elflink.h (elf_gc_sweep): Keep non-alloc, non-load sections.
Alan Modra [Tue, 17 Aug 2004 08:51:07 +0000 (08:51 +0000)] 
* elflink.h (elf_gc_sweep): Keep non-alloc, non-load sections.

19 years ago(is_arm_mapping_symbol_name): New function - return true when a symbol name
Nick Clifton [Tue, 17 Aug 2004 08:12:26 +0000 (08:12 +0000)] 
(is_arm_mapping_symbol_name): New function - return true when a symbol name
 matches the requirements for an ARM mapping symbol name.
(arm_elf_find_function): New function based on elf_find_function in elf.c but
 skipping ARM mapping symbols and including thumb function symbols.
(elf32_arm_find_nearest_line): Use arm_elf_find_function.
(elf32_arm_output_symbol_hook): Use is_arm_mapping_symbol_name.

19 years ago * elf64-ppc.c (ppc64_elf_branch_reloc): New function.
Alan Modra [Tue, 17 Aug 2004 07:05:52 +0000 (07:05 +0000)] 
* elf64-ppc.c (ppc64_elf_branch_reloc): New function.
(ppc64_elf_howto_raw): Use ppc64_elf_branch_reloc.
(ppc64_elf_brtaken_reloc): Here too.

19 years ago * ld-elfvsb/elfvsb.exp: Cope with ppc64 dot symbols.
Alan Modra [Tue, 17 Aug 2004 05:39:32 +0000 (05:39 +0000)] 
* ld-elfvsb/elfvsb.exp: Cope with ppc64 dot symbols.

19 years ago * elf64-ppc.c (add_symbol_adjust): Correct mismatched function
Alan Modra [Tue, 17 Aug 2004 05:38:28 +0000 (05:38 +0000)] 
* elf64-ppc.c (add_symbol_adjust): Correct mismatched function
symbol visibility.
(ppc64_elf_check_directives): Check that we have the right hash
table before proceeding.

19 years ago * elf64-ppc.c (struct ppc64_elf_obj_tdata): Add "deleted_section".
Alan Modra [Tue, 17 Aug 2004 01:25:21 +0000 (01:25 +0000)] 
* elf64-ppc.c (struct ppc64_elf_obj_tdata): Add "deleted_section".
(adjust_opd_syms): Attach opd syms for deleted entries to one of
the sections that will be discarded.

19 years ago * ld-scripts/cross1.t: Remove .opd section spec.
Alan Modra [Tue, 17 Aug 2004 01:18:50 +0000 (01:18 +0000)] 
* ld-scripts/cross1.t: Remove .opd section spec.

19 years agodaily update
Alan Modra [Tue, 17 Aug 2004 00:00:05 +0000 (00:00 +0000)] 
daily update

19 years ago*** empty log message ***
gdbadmin [Tue, 17 Aug 2004 00:00:03 +0000 (00:00 +0000)] 
*** empty log message ***

19 years ago* inferior.h (PTRACE_ARG3_TYPE): Define as PTRACE_TYPE_ARG3
Mark Kettenis [Mon, 16 Aug 2004 15:27:54 +0000 (15:27 +0000)] 
* inferior.h (PTRACE_ARG3_TYPE): Define as PTRACE_TYPE_ARG3
instead of `int' if not already defined.
(call_ptrace): Revert change that replaced PTRACE_ARG3_TYPE with
PTRACE_TYPE_ARG3.
* infptrace.c (call_ptrace): Revert change that replaced
PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.

19 years ago(macro_set_alternate): Use ISO C90 formatting.
Nick Clifton [Mon, 16 Aug 2004 08:34:28 +0000 (08:34 +0000)] 
(macro_set_alternate): Use ISO C90 formatting.

19 years agoSort architecture based tables alphabetically.
Nick Clifton [Mon, 16 Aug 2004 08:25:44 +0000 (08:25 +0000)] 
Sort architecture based tables alphabetically.

19 years agoaltmacro.d: Allow for rest of frag being padded to an alignment boundary.
Nick Clifton [Mon, 16 Aug 2004 08:15:50 +0000 (08:15 +0000)] 
altmacro.d: Allow for rest of frag being padded to an alignment boundary.
arm.exp: Run bignum test for ELF based targets only.

19 years ago * config/tc-ppc.c (tc_ppc_regname_to_dw2regnum <regnames>): Replace
Alan Modra [Mon, 16 Aug 2004 03:04:47 +0000 (03:04 +0000)] 
* config/tc-ppc.c (tc_ppc_regname_to_dw2regnum <regnames>): Replace
{ "cc", 68 }, with { "cr", 70 }.

19 years ago * elflink.c (elf_section_complain_discarded): Ignore .fixup.
Alan Modra [Mon, 16 Aug 2004 01:17:58 +0000 (01:17 +0000)] 
* elflink.c (elf_section_complain_discarded): Ignore .fixup.

19 years ago * bfd.c (_bfd_default_error_handler): Account for doubled '%' in
Alan Modra [Mon, 16 Aug 2004 01:14:42 +0000 (01:14 +0000)] 
* bfd.c (_bfd_default_error_handler): Account for doubled '%' in
free space available.

19 years ago * pdp11.c (struct pdp11_aout_reloc_external): Delete. Replace
Alan Modra [Mon, 16 Aug 2004 00:25:14 +0000 (00:25 +0000)] 
* pdp11.c (struct pdp11_aout_reloc_external): Delete.  Replace
occurrences with bfd_btye * thoughout file.

* coff-rs6000.c (do_shared_object_padding): Warning fix.
(xcoff_write_armap_big): Likewise.
(xcoff_write_archive_contents_old): Likewise.
(xcoff_write_archive_contents_big): Likewise.

* elf64-mmix.c (mmix_elf_get_section_contents): Delete declaration.

19 years agobinutils/
Alan Modra [Mon, 16 Aug 2004 00:09:20 +0000 (00:09 +0000)] 
binutils/
* readelf.c (debug_apply_rela_addends): New function, extracted from..
(display_debug_info): ..here.
(display_debug_frames): Call debug_apply_rela_addends.  Don't do
DW_EH_PE_pcrel adjustment for ET_REL.
gas/testsuite/
* gas/cfi/cfi-alpha-1.d: Adjust for readelf fix.
* gas/cfi/cfi-alpha-3.d: Likewise.
* gas/cfi/cfi-i386.d: Likewise.
* gas/cfi/cfi-m68k.d: Likewise.
* gas/cfi/cfi-ppc-1.d: Likewise.
* gas/cfi/cfi-s390-1.d: Likewise.
* gas/cfi/cfi-s390x-1.d: Likewise.
* gas/cfi/cfi-sh-1.d: Likewise.
* gas/cfi/cfi-sparc-1.d: Likewise.
* gas/cfi/cfi-sparc64-1.d: Likewise.
* gas/cfi/cfi-x86_64.d: Likewise.

19 years ago*** empty log message ***
gdbadmin [Mon, 16 Aug 2004 00:00:35 +0000 (00:00 +0000)] 
*** empty log message ***

19 years agodaily update
Alan Modra [Mon, 16 Aug 2004 00:00:05 +0000 (00:00 +0000)] 
daily update

19 years ago* config/i386/nm-linux64.h (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE):
Mark Kettenis [Sun, 15 Aug 2004 16:10:23 +0000 (16:10 +0000)] 
* config/i386/nm-linux64.h (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE):
Remove defines.

19 years ago* linux-nat.c (kill_inferior): Add missing third and fourth
Mark Kettenis [Sun, 15 Aug 2004 15:51:40 +0000 (15:51 +0000)] 
* linux-nat.c (kill_inferior): Add missing third and fourth
arguments to ptrace call.  Don't use PTRACE_ARG3_TYPE.

19 years ago* infptrace.c (child_xfer_memory): Replace PTRACE_XFER_TYPE with
Mark Kettenis [Sun, 15 Aug 2004 15:33:21 +0000 (15:33 +0000)] 
* infptrace.c (child_xfer_memory): Replace PTRACE_XFER_TYPE with
PTRACE_TYPE_RET.

19 years ago* proc-why.c (proc_prettyfprint_why): Fix format string.
Mark Kettenis [Sun, 15 Aug 2004 12:12:47 +0000 (12:12 +0000)] 
* proc-why.c (proc_prettyfprint_why): Fix format string.

19 years ago* solib-osf.c (osf_current_sos): Remove unsused label.
Mark Kettenis [Sun, 15 Aug 2004 12:08:49 +0000 (12:08 +0000)] 
* solib-osf.c (osf_current_sos): Remove unsused label.

19 years ago* gdb.base/unload.c (main): Make local variable msg const.
Mark Kettenis [Sun, 15 Aug 2004 10:24:08 +0000 (10:24 +0000)] 
* gdb.base/unload.c (main): Make local variable msg const.

19 years ago2004-08-15 Michael Chastain <mec.gnu@mindspring.com>
Michael Chastain [Sun, 15 Aug 2004 10:15:58 +0000 (10:15 +0000)] 
2004-08-15  Michael Chastain  <mec.gnu@mindspring.com>

* gdb.mi/mi-cli.exp: Use gdb_get_line_number.  Remove reference
to bug-gnu@prep.ai.mit.edu.
* gdb.mi/mi-disassemble.exp: Likewise.
* gdb.mi/mi-eval.exp: Likewise.
* gdb.mi/mi-file.exp: Likewise.  Also, add comment about the
default line number.
* gdb.mi/mi-return.exp: Likewise.
* gdb.mi/mi-simplerun.exp: Likewise.
* gdb.mi/mi-stack.exp: Likewise.
* gdb.mi/mi-stepi.exp: Likewise.  Also, replace wildcarded line
number with explicit range test.
* gdb.mi/mi-watch.exp: Likewise.
* gdb.mi/mi2-break.exp: Likewise.
* gdb.mi/mi2-cli.exp: Likewise.
* gdb.mi/mi2-disassemble.exp: Likewise.
* gdb.mi/mi2-eval.exp: Likewise.
* gdb.mi/mi2-file.exp: Likewise.  Also, add comment about the
default line number.
* gdb.mi/mi2-return.exp: Likewise.
* gdb.mi/mi2-simplerun.exp: Likewise.
* gdb.mi/mi2-stack.exp: Likewise.
* gdb.mi/mi2-stepi.exp: Likewise.  Also, replace wildcarded line
number with explicit range test.
* gdb.mi/mi2-watch.exp: Likewise.

19 years ago* configure.in: Add <ncurses/ncurses.h> to the list of possible
Mark Kettenis [Sun, 15 Aug 2004 10:06:05 +0000 (10:06 +0000)] 
* configure.in: Add <ncurses/ncurses.h> to the list of possible
curses headers.
* configure, config.in: Regenerate.
* gdb_curses.h [HAVE_NCURSES_NCURSES_H]: Include
<ncurses/ncurses.h>.

19 years ago2004-08-15 Michael Chastain <mec.gnu@mindspring.com>
Michael Chastain [Sun, 15 Aug 2004 09:17:30 +0000 (09:17 +0000)] 
2004-08-15  Michael Chastain  <mec.gnu@mindspring.com>

* gdb.cp/ctti.exp: Tweak srcfile and objfile to have no slashes.
* gdb.cp/m-static.exp: Likewise.
* gdb.cp/rtti.exp: Likewise.

19 years ago*** empty log message ***
gdbadmin [Sun, 15 Aug 2004 00:00:32 +0000 (00:00 +0000)] 
*** empty log message ***

19 years agodaily update
Alan Modra [Sun, 15 Aug 2004 00:00:07 +0000 (00:00 +0000)] 
daily update

19 years ago* config/nm-bsd.h (PTRACE_ARG3_TYPE): Remove define.
Mark Kettenis [Sat, 14 Aug 2004 23:56:49 +0000 (23:56 +0000)] 
* config/nm-bsd.h (PTRACE_ARG3_TYPE): Remove define.
* config/nm-nbsd.h: Update copyright year.
(PTRACE_ARG3_TYPE): Remove define.

19 years ago* sparc-nat.c (fetch_inferior_registers)
Mark Kettenis [Sat, 14 Aug 2004 23:44:47 +0000 (23:44 +0000)] 
* sparc-nat.c (fetch_inferior_registers)
(store_inferior_registers, sparc_xfer_wcookie):
Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.

19 years agoReally s/PTRACE_ARG3_TYPE/PTRACE_TYPE_ARG3/g
Mark Kettenis [Sat, 14 Aug 2004 23:43:33 +0000 (23:43 +0000)] 
Really s/PTRACE_ARG3_TYPE/PTRACE_TYPE_ARG3/g

19 years ago* alphabsd-nat.c (fetch_inferior_registers):
Mark Kettenis [Sat, 14 Aug 2004 23:37:04 +0000 (23:37 +0000)] 
* alphabsd-nat.c (fetch_inferior_registers):
(store_inferior_registers): Replace PTRACE_ARG3_TYPE with
PTRACE_TYPE_ARG3.
* amd64bsd-nat.c (fetch_inferior_registers)
(store_inferior_registers): Replace PTRACE_ARG3_TYPE with
PTRACE_TYPE_ARG3.
* armnbsd-nat.c: Update copyright year.
(fetch_register, fetch_regs, fetch_fp_register, fetch_fp_regs)
(store_register, store_regs, store_fp_register, store_fp_regs):
Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
* hppabsd-nat.c (fetch_inferior_registers)
(store_inferior_registers): Replace PTRACE_ARG3_TYPE with
PTRACE_TYPE_ARG3.
* i386bsd-nat.c (fetch_inferior_registers)
(store_inferior_registers, i386bsd_dr_set, i386bsd_dr_get_status):
Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
* m68kbsd-nat.c (fetch_inferior_registers)
(store_inferior_registers): Replace PTRACE_ARG3_TYPE with
PTRACE_TYPE_ARG3.
* m88kbsd-nat.c (fetch_inferior_registers)
(store_inferior_registers): Replace PTRACE_ARG3_TYPE with
PTRACE_TYPE_ARG3.
* mipsnbsd-nat.c: Update copyright year.
(fetch_inferior_registers, store_inferior_registers):
Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
* ns32knbsd-nat.c: Update copyright year.
(fetch_inferior_registers, store_inferior_registers):
Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
* ppcnbsd-nat.c (fetch_inferior_registers):
(store_inferior_registers): Replace PTRACE_ARG3_TYPE with
PTRACE_TYPE_ARG3.
* ppcobsd-nat.c (fetch_inferior_registers):
(store_inferior_registers): Replace PTRACE_ARG3_TYPE with
PTRACE_TYPE_ARG3.
* shnbsd-nat.c: Update copyright year.
(fetch_inferior_registers, store_inferior_registers):
Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
* vaxbsd-nat.c (fetch_inferior_registers)
(store_inferior_registers): Replace PTRACE_ARG3_TYPE with
PTRACE_TYPE_ARG3.

19 years ago* inferior.h (call_ptrace): Replace PTRACE_ARG3_TYPE with
Mark Kettenis [Sat, 14 Aug 2004 23:14:34 +0000 (23:14 +0000)] 
* inferior.h (call_ptrace): Replace PTRACE_ARG3_TYPE with
PTRACE_TYPE_ARG3.
* infptrace.c (call_ptrace, child_resume, attach, detach)
(U_REGS_OFFSET, fetch_register, store_register, child_xfer_memory)
(udot_info): Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
* inftarg.c (ptrace_me): Replace PTRACE_ARG3_TYPE with
PTRACE_TYPE_ARG3.

19 years ago* gdbint.texinfo (Host Definition): Delete description of
Mark Kettenis [Sat, 14 Aug 2004 21:11:43 +0000 (21:11 +0000)] 
* gdbint.texinfo (Host Definition): Delete description of
FCLOSE_PROVIDED and GETENV_PROVIDED.

19 years ago* defs.h: Remove out-of-date comment.
Mark Kettenis [Sat, 14 Aug 2004 20:56:27 +0000 (20:56 +0000)] 
* defs.h: Remove out-of-date comment.
[!FCLOSE_PROVIDED] (fclose): Remove prototype.
[!GETENV_PROVIDED] (getenv): Remove prototype.

19 years ago* standalone.c: Remove file.
Mark Kettenis [Sat, 14 Aug 2004 20:40:15 +0000 (20:40 +0000)] 
* standalone.c: Remove file.
* Makefile.in (standalone.o): Remove dependency.

19 years agoRemove accidentally committed entry.
Mark Kettenis [Sat, 14 Aug 2004 20:21:53 +0000 (20:21 +0000)] 
Remove accidentally committed entry.

19 years ago* gdb.base/bigcore.c: Include <sys/types.h> and <sys/time.h>.
Mark Kettenis [Sat, 14 Aug 2004 20:17:43 +0000 (20:17 +0000)] 
* gdb.base/bigcore.c: Include <sys/types.h> and <sys/time.h>.

* lib/gdb.exp: Recognize relative path names as well as absolute
ones.

19 years ago* i386-linux-nat.c (dummy_sse_values): Remove function and
Mark Kettenis [Sat, 14 Aug 2004 16:01:39 +0000 (16:01 +0000)] 
* i386-linux-nat.c (dummy_sse_values): Remove function and
prototype.
(i386_linux_dr_get): Fix typo in comment.
(LINUX_SYSCALL_REGNUM): Define as I386_EAX_REGNUM.

19 years ago* config/i386/obsd64.mt (TDEPFILES): Add i386obsd-tdep.o.
Mark Kettenis [Sat, 14 Aug 2004 13:45:53 +0000 (13:45 +0000)] 
* config/i386/obsd64.mt (TDEPFILES): Add i386obsd-tdep.o.

19 years ago* defs.h (deprecated_error_hook): Remove RETURN and ATTR_NORETURN
Mark Kettenis [Sat, 14 Aug 2004 13:37:51 +0000 (13:37 +0000)] 
* defs.h (deprecated_error_hook): Remove RETURN and ATTR_NORETURN
from declaration.
* top.c (deprecated_error_hook): Remove RETURN and ATTR_NORETURN
from definition.

19 years ago * ChangeLog: Prefix Local Variables with semi-colons and indent
Eli Zaretskii [Sat, 14 Aug 2004 13:23:24 +0000 (13:23 +0000)] 
* ChangeLog: Prefix Local Variables with semi-colons and indent
the reference to older ChangeLog files, to fix fontification in
Emacs.

19 years ago*** empty log message ***
gdbadmin [Sat, 14 Aug 2004 00:00:33 +0000 (00:00 +0000)] 
*** empty log message ***

This page took 0.05284 seconds and 4 git commands to generate.