Alan Modra
b996922c85
* reloc.c (BFD_RELOC_AVR_LDI, BFD_RELOC_AVR_6, BFD_RELOC_AVR_6_ADIW):
...
Commit missing changes from 2004-12-22.
* bfd-in2.h: Regenerate.
2004-12-31 00:43:58 +00:00
gdbadmin
e2c1bc70b1
*** empty log message ***
2004-12-31 00:00:33 +00:00
Alan Modra
69658edde8
daily update
2004-12-30 23:00:04 +00:00
Alan Modra
8d15ae7c1c
* gas/elf/elf.exp: Don't list reloc sections.
...
* gas/elf/section5.e: Remove reloc sections.
2004-12-30 22:41:31 +00:00
Alan Modra
ca0548b640
* binutils-all/readelf.ss: Allow for both .rel and .rela sections.
2004-12-30 22:37:31 +00:00
Alan Modra
180e47e2d7
* objdump.c (remove_useless_symbols): Discard section symbols.
2004-12-30 22:33:20 +00:00
gdbadmin
1244e39887
*** empty log message ***
2004-12-30 00:00:34 +00:00
Alan Modra
dc11a40137
daily update
2004-12-29 23:00:38 +00:00
Alan Modra
a207757ebf
PR gas/619
...
* read.c (s_comm_internal): Don't zero end of name until size
expression has been parsed.
2004-12-29 10:21:58 +00:00
Danny Smith
2af59babed
* emultempl/pe.em (set_pe_subsystem): Change second arg to
...
lang_add_entry to FALSE.
2004-12-29 05:59:29 +00:00
gdbadmin
e8d6fddf14
*** empty log message ***
2004-12-29 00:00:04 +00:00
Alan Modra
f67758b303
daily update
2004-12-28 23:00:05 +00:00
Paolo Bonzini
11d07737e9
2004-12-28 Paolo Bonzini <bonzini@gnu.org>
...
PR bootstrap/17383
* Makefile.def (target_modules): Remove stage parameter,
it is always true now.
* Makefile.tpl (configure-build-[+module+],
configure-target-[+module+]): Always build symlink tree
for the directory and for include. BUILD_SUBDIR and
TARGET_SUBDIR cannot be . anymore.
* Makefile.in: Regenerate.
2004-12-28 17:39:43 +00:00
Jim Blandy
3f9a994c5e
* remote.c (fetch_register_using_p): Recognize a register value
...
starting with 'x' as indicating an unfetchable register.
2004-12-28 09:06:10 +00:00
gdbadmin
7d2a4abafe
*** empty log message ***
2004-12-28 00:00:03 +00:00
Alan Modra
90c81d816f
daily update
2004-12-27 23:00:05 +00:00
DJ Delorie
dadfdbe2d5
Revert 2004-12-08 Makefile changes.
2004-12-27 21:41:05 +00:00
DJ Delorie
46a100497f
merge from gcc
2004-12-27 21:39:28 +00:00
H.J. Lu
0c548fce69
2004-12-27 H.J. Lu <hongjiu.lu@intel.com>
...
* readelf.c (read_leb128): Support 64bit host.
2004-12-27 19:08:31 +00:00
Mark Kettenis
e0eee039ce
* config/mips/obsd64.mh (NATDEPFILES): Unwrap line.
2004-12-27 15:08:13 +00:00
gdbadmin
d274dd3683
*** empty log message ***
2004-12-27 00:00:33 +00:00
Mark Kettenis
c9591d9843
* inftarg.c (child_xfer_partial): Remove code that handles
...
TARGET_OBJ_WCOOKIE.
2004-12-26 23:24:26 +00:00
Alan Modra
3a3f751dac
daily update
2004-12-26 23:00:05 +00:00
gdbadmin
aa0d59f223
*** empty log message ***
2004-12-26 00:00:33 +00:00
Alan Modra
5c447fb8ff
daily update
2004-12-25 23:00:05 +00:00
Marek Michalkiewicz
71d7ecf2b0
* config/tc-avr.c (mcu_types): Move attiny{13,2313} from avr4 to avr2.
2004-12-25 20:34:24 +00:00
Mark Kettenis
4c4e409cd4
* inftarg.c (child_create_inferior) [HPUXHPPA]: Remove code.
2004-12-25 12:31:35 +00:00
Mark Kettenis
536ffdb7e1
* gdbint.texinfo (Algorithms): Remove description of
...
TARGET_DISABLE_HW_WATCHPOINTS and TARGET_ENABLE_HW_WATCHPOINTS.
2004-12-25 10:19:48 +00:00
gdbadmin
01f2a9c402
*** empty log message ***
2004-12-25 00:00:04 +00:00
Alan Modra
40c00f3da0
daily update
2004-12-24 23:00:08 +00:00
Mark Kettenis
b4dc5ffa12
* target.h (TARGET_DISABLE_HW_WATCHPOINTS)
...
(TARGET_ENABLE_HW_WATCHPOINTS): Remove macros.
* infrun.c (struct execution_control_state): Remove
enable_hw_watchpoints_after_wait member.
(number_of_threads_in_syscalls): Remove variable.
(init_wait_for_inferior): Don't initialize
number_of_threads_in_syscalls.
(init_execution_control_state): Don't initialize
ECS->enable_hw_watchpoints_after_wait.
(handle_inferior_event): Never invoke TARGET_ENABLE_HW_WATCHPOINTS
or TARGET_DISABLE_HW_WATCHPOINTS.
2004-12-24 22:54:02 +00:00
Mark Kettenis
3d171c85e7
* i386-tdep.h (i386_collect_gregset): New prototype.
...
* i386-nto-tdep.c (i386_nto_target): Move variable. Add comment.
(i386nto_gregset_reg_offset): Rename frame regmap.
(nto_reg_offset): Tweak comment. Use ARRAY_SIZE.
(i386nto_supply_gregset): Implement using register set support.
(i386nto_supply_regset): Remove redundant comment.
(i386nto_init_abi): Initialize TDEP->gregset_reg_offset,
TDEP->gregset_num_regs and TDEP->sizeof_gregset.
* nto-tdep.c (fetch_core_registers): Remove function.
(regset_core_fns): Remove structure.
(_initialize_nto_tdep): Don't call deprecated_add_core_fns.
2004-12-24 14:45:32 +00:00
gdbadmin
b4c8d1433f
*** empty log message ***
2004-12-24 00:00:33 +00:00
Alan Modra
2c0667804a
daily update
2004-12-23 23:00:05 +00:00
Mark Kettenis
17ca283af2
* i386-nto-tdep.c: Reorder include files.
...
(i386nto_svr4_fetch_link_map_offsets): Remove function.
(init_i386nto_ops, i386nto_init_abi): Use
svr4_ilp32_fetch_link_map_offsets instead of
i386nto_svr4_fetch_link_map_offsets.
2004-12-23 22:34:23 +00:00
Tomer Levi
47add74de7
2004-12-23 Tomer Levi <Tomer.Levi@nsc.com>
...
* crx-opc.c: Mark 'bcop' instruction as RELAXABLE.
2004-12-23 13:52:11 +00:00
Tomer Levi
30c629226c
2004-12-23 Tomer Levi <Tomer.Levi@nsc.com>
...
* config/tc-crx.c: Support 'bcop' relaxation (dealt as in 'cmp&branch' case).
2004-12-23 13:50:36 +00:00
Tomer Levi
17a8343285
2004-12-23 Tomer Levi <Tomer.Levi@nsc.com>
...
* elf32-crx.c (elf32_crx_relax_section): Support 'bcop' relaxation.
2004-12-23 13:48:25 +00:00
Nick Clifton
c38f024c3d
PR 600
...
* emulparams/shelf.sh (.stack): Increase stack start address to 0x300000.
2004-12-23 12:27:45 +00:00
gdbadmin
f471f2e78b
*** empty log message ***
2004-12-23 00:00:04 +00:00
Alan Modra
0c4b2fab0b
daily update
2004-12-22 23:00:05 +00:00
Ian Lance Taylor
14ee9f48f9
* configure.tgt: New.
...
* configure.in: Move setting of cpu_type, fmt, etc., to
configure.tgt.
* Makefile.am (CONFIG_STATUS_DEPENDENCIES): Add
$(srcdir)/configure.tgt.
* configure, Makefile.in: Rebuild.
2004-12-22 15:29:25 +00:00
Kris Warkentin
d69f560c9e
* elf.c (elfcore_grok_nto_gregs): Change name to elfcore_grok_nto_regs.
...
Add 'base' argument for constructing register sections. Reformat.
(elfcore_grok_nto_note): Call elfcore_grok_nto_regs for both
gp and fp regs. Reformat.
2004-12-22 14:43:44 +00:00
Nick Clifton
750bce0ee1
Add support for the new R_AVR_LDI, R_AVR_6 and R_AVR_6_ADIW relocs for the
...
LDI, ADIW/SBIW and LDD/STD instructions.
2004-12-22 14:25:42 +00:00
Nick Clifton
76a5626062
readelf.c (last_pointer_size, warned_about_missing_comp_units):
...
New variables associated with obtaining the pointer size for a comp_unit.
(get_pointer_size_of_comp_unit): Add an extra parameter - the name of the
section requesting the pointer size. Use this name in error messages. If
there are not enough comp_units available produce a warning message, but
return the last known pointer size so that section dumping can continue.
(get_debug_info): Reset the new variables.
(display_debug_lines): Add extra parameter to invocation of
get_pointer_size_of_comp_unit and remove error message when it returns 0.
(display_debug_loc): Likewise.
2004-12-22 11:04:44 +00:00
Tomer Levi
911a63006c
2004-12-21 Tomer Levi <Tomer.Levi@nsc.com>
...
* ld-crx/reloc-abs32.d: Update reference file according
to disassembler printing method.
* ld-crx/reloc-rel16.d: Likewise.
* ld-crx/reloc-rel24.d: Likewise.
* ld-crx/reloc-rel32.d: Likewise.
* ld-crx/reloc-rel4.d: Likewise.
* ld-crx/reloc-rel8-cmp.d: Likewise.
* ld-crx/reloc-rel8.d: Likewise.
2004-12-22 08:14:38 +00:00
Alan Modra
a5db907e36
* elflink.c (_bfd_elf_merge_symbol): Treat old definitions from
...
as-needed dynamic libs as undefined.
(elf_link_add_object_symbols): Remove DYN_AS_NEEDED from as-needed
libs when finding they are needed.
2004-12-22 03:59:26 +00:00
gdbadmin
15dafedca8
*** empty log message ***
2004-12-22 00:00:03 +00:00
Alan Modra
a42599b6fa
daily update
2004-12-21 23:00:06 +00:00
Mark Kettenis
8f4e467cb1
* hppa-tdep.c (hppa_frame_prev_register_helper): Make 64-bit safe.
2004-12-21 22:50:54 +00:00