]> git.ipfire.org Git - thirdparty/binutils-gdb.git/log
thirdparty/binutils-gdb.git
22 years ago * aout-encap.c: Fix comment typos.
Kazu Hirata [Wed, 10 Oct 2001 12:08:29 +0000 (12:08 +0000)] 
* aout-encap.c: Fix comment typos.
* aoutx.h: Likewise.
* archive.c: Likewise.
* bout.c: Likewise.
* coff64-rs6000.c: Likewise.
* coffcode.h: Likewise.
* coffgen.c: Likewise.
* cofflink.c: Likewise.
* coff-mips.c: Likewise.
* ecoff.c: Likewise.
* elf32-m32r.c: Likewise.
* libcoff-in.h: Likewise.
* libecoff.h: Likewise.
* libxcoff.h: Likewise.
* nlm32-i386.c: Likewise.
* pdp11.c: Likewise.
* section.c: Likewise.
* som.c: Likewise.
* som.h: Likewise.
* bfd-in2.h: Regenerate.
* libcoff.h: Likewise.

22 years ago * elf.c (elf_map_symbols): Don't create new section symbols; Use
Alan Modra [Wed, 10 Oct 2001 11:19:54 +0000 (11:19 +0000)] 
* elf.c (elf_map_symbols): Don't create new section symbols; Use
existing section syms.  Update comments.
(copy_private_bfd_data): Formatting fixes.
(elfcore_grok_win32pstatus): Likewise.
(swap_out_syms): Likewise.  Remove unnecessary level of braces.

22 years agowork around locale problems for case insensitivity
Nick Clifton [Wed, 10 Oct 2001 09:13:05 +0000 (09:13 +0000)] 
work around locale problems for case insensitivity

22 years ago * config/tc-mips.c (mips_cpreturn_offset): New variable.
Thiemo Seufer [Wed, 10 Oct 2001 01:08:35 +0000 (01:08 +0000)] 
* config/tc-mips.c (mips_cpreturn_offset): New variable.
(mips_cpreturn_register): Likewise.
(mips_gp_register): Likewise.
(s_cpsetup): New function prototype.
(s_cplocal): Likewise.
(s_cpreturn): Likewise.
(s_gpvalue): Likewise.
(mips_pseudo_table): Add .cpsetup, .cplocal, .cpreturn, .gpvalue
pseudo-ops.
(macro): Don't warn about .cprestore for NewABI.
(md_pcrel_from): Code cleanup.
(mips_force_relocation): Force output of some NewABI relocations even
without a defined symbol.
(s_cpload): Ignore .cpload for NewABI.
(s_cpsetup): Handle .cpsetup.
(s_cplocal): Handle .cplocal.
(s_cprestore): Ignore .cprestore for NewABI.
(s_cpreturn): Handle .cpreturn.
(s_gpvalue): Handle .gpvalue.
(s_cpadd): Ignore .cpadd for NewABI.
(nopic_need_relax): Take g_switch_value into account as gp
optimization.
(tc_gen_reloc): Don't handle BFD_RELOC_MIPS_{CALL,GOT}* for NewABI.

22 years ago * config/tc-mips.c (my_getSmallParser): New function prototype.
Thiemo Seufer [Wed, 10 Oct 2001 00:54:53 +0000 (00:54 +0000)] 
* config/tc-mips.c (my_getSmallParser): New function prototype.
(small_ex_type): Named this enum, more return values for
my_getSmallExpression.
(mips_ip): Allow SPC and HT between arguments. Handle some NewABI
triple relocations. Protect some parts with ifdef OBJ_ELF.
(percent_op_match): New struct, lookup table for %some_reloc().
(my_getSmallParser): New function, parses nested percent_ops also.
(my_getSmallExpression): Rewite to support nested percent_ops.

22 years ago * config/tc-mips.c
Thiemo Seufer [Wed, 10 Oct 2001 00:43:36 +0000 (00:43 +0000)] 
* config/tc-mips.c
(load_address): Support both 32- and 64-bit addresses.
(macro): Call load_register correctly. Expand 64-bit loads ans stores.
(macro2): Call load_address correctly.

22 years agomerge from gcc
DJ Delorie [Wed, 10 Oct 2001 00:05:13 +0000 (00:05 +0000)] 
merge from gcc

22 years agodaily update
Alan Modra [Wed, 10 Oct 2001 00:00:08 +0000 (00:00 +0000)] 
daily update

22 years ago*** empty log message ***
gdbadmin [Wed, 10 Oct 2001 00:00:05 +0000 (00:00 +0000)] 
*** empty log message ***

22 years agofix z8k assembly and disassembly
Nick Clifton [Tue, 9 Oct 2001 17:25:58 +0000 (17:25 +0000)] 
fix z8k assembly and disassembly

22 years ago * config/tc-arm.c: Change MAVERIK to MAVERICK.
Aldy Hernandez [Tue, 9 Oct 2001 16:08:57 +0000 (16:08 +0000)] 
* config/tc-arm.c: Change MAVERIK to MAVERICK.

22 years ago * config/obj-elf.c: Make use of elf_group_name and elf_next_in_group
Alan Modra [Tue, 9 Oct 2001 13:13:09 +0000 (13:13 +0000)] 
* config/obj-elf.c: Make use of elf_group_name and elf_next_in_group
throughout file.
(obj_elf_change_section): Rename "group" to "group_name".
(obj_elf_section): Likewise.
(elf_frob_file): Don't use sec->lineno for SHT_GROUP section to store
first member section; Instead use elf_next_in_group.

22 years ago * elf-bfd.h (struct bfd_elf_section_data): Rename "group" to
Alan Modra [Tue, 9 Oct 2001 13:12:19 +0000 (13:12 +0000)] 
* elf-bfd.h (struct bfd_elf_section_data): Rename "group" to
"group_name".
(elf_group_name): Define.
(elf_next_in_group): Define.
* elf.c: Make use of elf_group_name and elf_next_in_group throughout.
(setup_group): Don't use sec->lineno for SHT_GROUP section to store
first member section; Instead use elf_next_in_group.
(bfd_section_from_shdr): Likewise.
(set_group_contents): Likewise.  Use elf_section_syms, not sec->symbol.

22 years agoAdd test of SH DSP instructions
Nick Clifton [Tue, 9 Oct 2001 12:25:52 +0000 (12:25 +0000)] 
Add test of SH DSP instructions

22 years agofix encoding & decoding of DSP single data transfer instructions
Nick Clifton [Tue, 9 Oct 2001 12:25:22 +0000 (12:25 +0000)] 
fix encoding & decoding of DSP single data transfer instructions

22 years agoFix compile time warnings in cgen-generated files
Nick Clifton [Tue, 9 Oct 2001 08:54:58 +0000 (08:54 +0000)] 
Fix compile time warnings in cgen-generated files

22 years ago * config/obj-elf.c: (obj_elf_change_section): Add "group" param.
Alan Modra [Tue, 9 Oct 2001 06:07:33 +0000 (06:07 +0000)] 
* config/obj-elf.c: (obj_elf_change_section): Add "group" param.
Set elf_section_data group from it.  Warn if group name changed.
(obj_elf_parse_section_letters): Parse 'G' too.
(obj_elf_section): Parse group name.
(struct group_list): New.
(build_group_lists): New function.
(elf_frob_file): Create SEC_GROUP section(s).

* config/obj-elf.c: (elf_copy_symbol_attributes): Zap trailing
whitespace.

22 years ago * elf-bfd.h (struct bfd_elf_section_data): Add "group" and
Alan Modra [Tue, 9 Oct 2001 06:05:17 +0000 (06:05 +0000)] 
* elf-bfd.h (struct bfd_elf_section_data): Add "group" and
"next_in_group".  Fix gp and gp_size comments.
* elf.c (union elf_internal_group): New.
(setup_group): New function.
(_bfd_elf_make_section_from_shdr): Set BFD flags for SHT_GROUP.
Call setup_group for SHF_GROUP sections.
(bfd_section_from_shdr): Build a BFD section for SHT_GROUP.
(elf_fake_sections): Set header type for SEC_GROUP, and header
flags for sections in a group.
(set_group_contents): New function.
(_bfd_elf_compute_section_file_positions): Call it.
(assign_section_numbers): Set sh_link for SHT_GROUP.
* elflink.h (gc_mark_hook): Handle section groups.
* elfxx-target.h: Add SEC_GROUP to applicable_flags.
* section.c (SEC_GROUP): Define.
(struct sec): Comment fixes.
* bfd-in2.h: Regenerate.

* elf.c (bfd_elf_print_symbol): Formatting fix; migrate expression
out of function args.
(_bfd_elf_canonicalize_reloc): Similarly.
(_bfd_elf_get_symtab): Here too.
(_bfd_elf_canonicalize_dynamic_symtab): And here.
* elfcode.h (elf_slurp_symbol_table): Don't recalculate size for
bfd_bread, and remove unnecessary cast.

22 years ago*** empty log message ***
gdbadmin [Tue, 9 Oct 2001 00:00:02 +0000 (00:00 +0000)] 
*** empty log message ***

22 years agoDocument changes to hpux-thread.c.
Joel Brobecker [Mon, 8 Oct 2001 20:44:38 +0000 (20:44 +0000)] 
Document changes to hpux-thread.c.

22 years agoRewrite find_active_thread() and find_tcb() to use ptid_t, instead of
Joel Brobecker [Mon, 8 Oct 2001 20:42:08 +0000 (20:42 +0000)] 
Rewrite find_active_thread() and find_tcb() to use ptid_t, instead of
overloading the thread and the pid into the same 32-bit value. Make
associated necessary adaptations. Also remove unused variable
cached_active_thread.

22 years agoupdated credits
Aldy Hernandez [Mon, 8 Oct 2001 19:31:33 +0000 (19:31 +0000)] 
updated credits

22 years ago * bfd/config.bfd (targ_cpu): Add arm9e-*-elf.
Aldy Hernandez [Mon, 8 Oct 2001 19:11:36 +0000 (19:11 +0000)] 
    * bfd/config.bfd (targ_cpu): Add arm9e-*-elf.

22 years ago * gas/config/tc-arm.c (ARM_EXT_MAVERIK): New macro.
Aldy Hernandez [Mon, 8 Oct 2001 19:05:34 +0000 (19:05 +0000)] 
* gas/config/tc-arm.c (ARM_EXT_MAVERIK): New macro.
(cirrus_regtype): New enum.
(LONGEST_INST): Change to 10.
(CIRRUS_MODE1): New.
(CIRRUS_MODE2): New.
(CIRRUS_MODE3): New.
(CIRRUS_MODE4): New.
(CIRRUS_MODE5): New.
(CIRRUS_MODE6): New.
(insns): Add cirrus dsp instructions.
(ARM_EXT_MAVERIKSC_REG): New.
(cirrus_register): New.
(cirrus_mvf_register): New.
(cirrus_mvd_register): New.
(cirrus_mvfx_register): New.
(cirrus_mvdx_register): New.
(cirrus_mvax_register): New.
(ARM_EXT_MAVERIKsc_register): New.
(reg_table): Add cirrus registers.
(cirrus_valid_reg): New.
(cirrus_reg_required_here): New.
(do_c_binops_1): New.
(do_c_binops_2): New.
(do_c_binops_3): New.
(do_c_triple_4): New.
(do_c_triple_5): New.
(do_c_quad_6): New.
(do_c_dspsc_1): New.
(do_c_dspsc_2): New.
(do_c_shift_1): New.
(do_c_shift_2): New.
(do_c_ldst_1): New.
(do_c_ldst_2): New.
(do_c_ldst_3): New.
(do_c_ldst_4): New.
(do_c_binops): New.
(do_c_triple): New.
(do_c_quad): New.
(do_c_dspsc): New.
(do_c_shift): New.
(cirrus_parse_offset): New.
(do_c_ldst): New.
(md_parse_option): Add arm9e.
(md_show_usage): Same.

22 years ago * MAINTAINERS (powerpc, SCO/Unixware, Solaris/x86): Remove my
Nicholas Duffek [Mon, 8 Oct 2001 19:05:00 +0000 (19:05 +0000)] 
* MAINTAINERS (powerpc, SCO/Unixware, Solaris/x86): Remove my
entries.

22 years ago2001-10-08 Aldy Hernandez <aldyh@redhat.com>
Aldy Hernandez [Mon, 8 Oct 2001 19:03:27 +0000 (19:03 +0000)] 
2001-10-08  Aldy Hernandez  <aldyh@redhat.com>

* gas/doc/arm/c-arm.texi (ARM Options): Add arm9e documentation.

22 years ago2001-10-08 Aldy Hernandez <aldyh@redhat.com>
Aldy Hernandez [Mon, 8 Oct 2001 19:00:14 +0000 (19:00 +0000)] 
2001-10-08  Aldy Hernandez  <aldyh@redhat.com>

* gas/testsuite/gas/arm/arm.exp: Run arm9e tests.

* gas/testsuite/gas/arm/maverick.c: New.

* gas/testsuite/gas/arm/maverick.d: New.

* gas/testsuite/gas/arm/maverick.s: New.

22 years ago * gas/testsuite/gas/arm/arm.exp: Run arm9e tests.
Aldy Hernandez [Mon, 8 Oct 2001 18:59:16 +0000 (18:59 +0000)] 
* gas/testsuite/gas/arm/arm.exp: Run arm9e tests.

* gas/testsuite/gas/arm/maverick.c: New.

* gas/testsuite/gas/arm/maverick.d: New.

* gas/testsuite/gas/arm/maverick.s: New.

22 years ago2001-10-08 Aldy Hernandez <aldyh@redhat.com>
Aldy Hernandez [Mon, 8 Oct 2001 18:54:13 +0000 (18:54 +0000)] 
2001-10-08  Aldy Hernandez  <aldyh@redhat.com>

* configure.tgt (targ): Add arm9e-*-elf.

22 years ago * opcodess/arm-opc.h (arm_opcodes): Add cirrus insns.
Aldy Hernandez [Mon, 8 Oct 2001 18:50:37 +0000 (18:50 +0000)] 
    * opcodess/arm-opc.h (arm_opcodes): Add cirrus insns.

* opcodes/arm-dis.c (print_insn_arm): Add 'I' case.

22 years agoFix 2 xcoff line number problems
Tom Rix [Mon, 8 Oct 2001 18:14:43 +0000 (18:14 +0000)] 
Fix 2 xcoff line number problems

22 years ago*** empty log message ***
gdbadmin [Mon, 8 Oct 2001 00:00:04 +0000 (00:00 +0000)] 
*** empty log message ***

22 years agomerge from gcc
DJ Delorie [Sun, 7 Oct 2001 22:42:23 +0000 (22:42 +0000)] 
merge from gcc

22 years agomerge from gcc
DJ Delorie [Sun, 7 Oct 2001 17:24:36 +0000 (17:24 +0000)] 
merge from gcc

22 years ago * config/obj-elf.c: Standardize error/warning messages - don't
Alan Modra [Sun, 7 Oct 2001 06:16:54 +0000 (06:16 +0000)] 
* config/obj-elf.c: Standardize error/warning messages - don't
capitalise, no final period or newline, don't say "ignoring" for
as_bad messages.  In some cases, change the wording to that used
elsewhere for similar messages.
(obj_elf_section_name): New function, split out from ..
(obj_elf_section): .. here.  Correctly mask off SHF_MERGE if
entsize not specified.

22 years agodaily update
Alan Modra [Sun, 7 Oct 2001 00:00:06 +0000 (00:00 +0000)] 
daily update

22 years ago*** empty log message ***
gdbadmin [Sun, 7 Oct 2001 00:00:03 +0000 (00:00 +0000)] 
*** empty log message ***

22 years ago* config/alpha/tm-fbsd.h (FRAME_CHAIN_VALID): Define.
Mark Kettenis [Sat, 6 Oct 2001 19:19:27 +0000 (19:19 +0000)] 
* config/alpha/tm-fbsd.h (FRAME_CHAIN_VALID): Define.

22 years ago * dwarf2.c (comp_unit_find_nearest_line): Check for end of
Stephane Carrez [Sat, 6 Oct 2001 10:01:09 +0000 (10:01 +0000)] 
* dwarf2.c (comp_unit_find_nearest_line): Check for end of
compilation unit.

22 years ago * bfd.c (bfd_assert): Report bfd version.
Alan Modra [Sat, 6 Oct 2001 07:40:44 +0000 (07:40 +0000)] 
* bfd.c (bfd_assert): Report bfd version.
(_bfd_abort): Likewise.

22 years ago * elflink.h (elf_link_input_bfd): Don't zero discarded link-once
Alan Modra [Sat, 6 Oct 2001 07:25:40 +0000 (07:25 +0000)] 
* elflink.h (elf_link_input_bfd): Don't zero discarded link-once
section sym values.  Instead replace any relocs against them with
relocs against STN_UNDEF, which has a zero value.

22 years ago * elf32-arc.c (elf_arc_howto_table): Set partial_inplace for all
Alan Modra [Sat, 6 Oct 2001 06:41:47 +0000 (06:41 +0000)] 
* elf32-arc.c (elf_arc_howto_table): Set partial_inplace for all
relocs.

22 years ago*** empty log message ***
gdbadmin [Sat, 6 Oct 2001 00:00:08 +0000 (00:00 +0000)] 
*** empty log message ***

22 years agodaily update
Alan Modra [Sat, 6 Oct 2001 00:00:07 +0000 (00:00 +0000)] 
daily update

22 years ago * som.h (som_exec_data): New field "version_id".
Jeff Law [Fri, 5 Oct 2001 21:55:12 +0000 (21:55 +0000)] 
    * som.h (som_exec_data): New field "version_id".
        * som.c (som_object_setup): Record the version_id if it
        exists.
        (som_prep_headers): Do not initialize version_id here.
        (som_finish_writing): Initialize version_id here.

22 years ago2001-10-05 H.J. Lu <hjl@gnu.org>
H.J. Lu [Fri, 5 Oct 2001 16:40:23 +0000 (16:40 +0000)] 
2001-10-05  H.J. Lu  <hjl@gnu.org>

* genscripts.sh: Fix a typo in the last change.

22 years ago * doc/as.texinfo: Document M and S ELF section flags.
Jakub Jelinek [Fri, 5 Oct 2001 16:36:55 +0000 (16:36 +0000)] 
* doc/as.texinfo: Document M and S ELF section flags.

* emultempl/elf32.em (gld_*_list_options): Include -z combreloc and
-z nocombreloc in usage.

22 years ago * elf32-mips.c (elf_mips_howto_table): Fix some relocation howtos
Thiemo Seufer [Fri, 5 Oct 2001 16:14:39 +0000 (16:14 +0000)] 
* elf32-mips.c (elf_mips_howto_table): Fix some relocation howtos
according to the MIPS/SGI ELF64 ABI Draft.
(mips_elf_sort_hash_table): Typo.

22 years ago * subsegs.c (subseg_text_p): Return 0 for absolute section.
Alan Modra [Fri, 5 Oct 2001 10:53:00 +0000 (10:53 +0000)] 
* subsegs.c (subseg_text_p): Return 0 for absolute section.
* read.c (do_align): If in absolute section, warn about and ignore
non-zero fill pattern.

22 years ago* config/tc-mn10300.c (tc_gen_reloc): Don't free
Alexandre Oliva [Fri, 5 Oct 2001 07:49:24 +0000 (07:49 +0000)] 
* config/tc-mn10300.c (tc_gen_reloc): Don't free
reloc->sym_ptr_ptr if it's not allocated.

22 years agodaily update
Alan Modra [Fri, 5 Oct 2001 00:00:06 +0000 (00:00 +0000)] 
daily update

22 years ago*** empty log message ***
gdbadmin [Fri, 5 Oct 2001 00:00:02 +0000 (00:00 +0000)] 
*** empty log message ***

22 years ago2001-10-04 Frank Ch. Eigler <fche@redhat.com>
Frank Ch. Eigler [Thu, 4 Oct 2001 22:11:12 +0000 (22:11 +0000)] 
2001-10-04  Frank Ch. Eigler  <fche@redhat.com>

* lib/insight-support.exp (gdbtk_start): Don't exit dejagnu
if gdb child process crashes, just signal an error.

22 years ago * config/tc-mips.c (prev_insn_reloc_type): Make it an array to hold a
Thiemo Seufer [Thu, 4 Oct 2001 20:07:00 +0000 (20:07 +0000)] 
* config/tc-mips.c (prev_insn_reloc_type): Make it an array to hold a
relocation triple.
(prev_insn_fixp): Likewise.
(append_insn): Changed prototype to accept a relocation pointer.
(imm_reloc): Make it an array.
(offset_reloc): Likewise.
(md_assemble): Handle triple relocations.
(append_insn): Likewise. Add handling for some NewABI relocations.
(mips_no_prev_insn): Handle triple relocations.
(macro_build): Likewise. Add handling for some NewABI relocations.
Move handling for the 'u' case to append_insn().
(mips16_macro_build): Handle triple relocations.
(macro_build_lui): Likewise. Don't handle _gp_disp as special symbol
for NewABI.
(mips_ip): Handle triple relocations.
(mips16_ip): Likewise.
(mips_force_relocation): Force handling of triple relocations
without symbols for NewABI.
(md_apply_fix): Add handling for some NewABI relocations.

22 years ago * config/tc-i386.c (parse_register): If not producing code for
Alan Modra [Thu, 4 Oct 2001 18:01:46 +0000 (18:01 +0000)] 
* config/tc-i386.c (parse_register): If not producing code for
x86_64, reject x86_64 register name matches.
(md_assemble): Remove now redundant check for x86_64 regs.

22 years agoFix a comment typo in last commit.
Alan Modra [Thu, 4 Oct 2001 16:18:32 +0000 (16:18 +0000)] 
Fix a comment typo in last commit.

22 years ago * elf32-mips.c (_bfd_mips_elf_copy_indirect_symbol): Bail out after
Alan Modra [Thu, 4 Oct 2001 16:09:03 +0000 (16:09 +0000)] 
* elf32-mips.c (_bfd_mips_elf_copy_indirect_symbol): Bail out after
copying flags if this is a weakdef.

22 years agosomehow missed committing this.
Alan Modra [Thu, 4 Oct 2001 15:37:38 +0000 (15:37 +0000)] 
somehow missed committing this.
* dep-in.sed: Remove symcat.h from dependencies.

22 years ago * main.c (enable_external_editor): Don't declare.
Tom Tromey [Thu, 4 Oct 2001 15:04:27 +0000 (15:04 +0000)] 
* main.c (enable_external_editor): Don't declare.
(captured_main): Don't set enable_external_editor.

22 years ago * elf-bfd.h (struct elf_link_hash_entry): Reorganise for better
Alan Modra [Thu, 4 Oct 2001 12:30:26 +0000 (12:30 +0000)] 
* elf-bfd.h (struct elf_link_hash_entry): Reorganise for better
packing.

22 years ago * elf32-mips.c (mips_elf_record_global_got_symbol): Set got.offset
Alan Modra [Thu, 4 Oct 2001 05:50:29 +0000 (05:50 +0000)] 
* elf32-mips.c (mips_elf_record_global_got_symbol): Set got.offset
to 1 rather than 0 to avoid confusing copy_indirect_symbol.
(mips_elf_sort_hash_table_f): Compare got.offset against 1.

22 years ago * Makefile.am (BFD_H_DEPS): Add symcat.h. Ensure everything
Alan Modra [Thu, 4 Oct 2001 05:40:43 +0000 (05:40 +0000)] 
* Makefile.am (BFD_H_DEPS): Add symcat.h.  Ensure everything
depends on $(BFD_H) $(BFD_H_DEPS) $(LOCAL_H_DEPS), not just those
backends we configure.  Run "make dep-am".
(install-data-local): Install symcat.h.
* dep-in.sed: Remove symcat.h from dependencies.
* Makefile.in: Regenerate.

22 years ago * config/tc-ppc.c (md_assemble <DS relocs>): Test ppc_size as well
Alan Modra [Thu, 4 Oct 2001 05:03:44 +0000 (05:03 +0000)] 
* config/tc-ppc.c (md_assemble <DS relocs>): Test ppc_size as well
as BFD_DEFAULT_TARGET_SIZE.
(ppc_tc): Likewise.
(ppc_is_toc_sym): Likewise.
(md_apply_fix3): Likewise.

22 years ago Testcase updates for the previous patch.
Thiemo Seufer [Thu, 4 Oct 2001 00:57:01 +0000 (00:57 +0000)] 
 Testcase updates for the previous patch.

22 years agodaily update
Alan Modra [Thu, 4 Oct 2001 00:03:26 +0000 (00:03 +0000)] 
daily update

22 years ago*** empty log message ***
gdbadmin [Thu, 4 Oct 2001 00:00:04 +0000 (00:00 +0000)] 
*** empty log message ***

22 years ago* genscripts.sh: Include a comment at the top of each generated
Jim Blandy [Wed, 3 Oct 2001 21:36:43 +0000 (21:36 +0000)] 
* genscripts.sh: Include a comment at the top of each generated
script, explaining its purpose.

22 years ago * config/tc-mips.c (mips_64): Remove.
Thiemo Seufer [Wed, 3 Oct 2001 20:30:15 +0000 (20:30 +0000)] 
* config/tc-mips.c (mips_64): Remove.
(mips_target_format): Move downwards in file, use HAVE_64BIT_OBJECTS
in it.
(mips_abi_level, mips_abi): New enum.
(mips_32bit_abi): Remove.
(HAVE*PRS): Use mips_abi instead of mips_32bit_abi.
(HAVE_NEWABI): New define.
(HAVE_64BIT_OBJECTS): New define.
(HAVE_32BIT_ADDRESSES): Don't return true for 64bit objects.
(HAVE_64BIT_ADDRESSES): New define, inverse of HAVE_32BIT_ADDRESSES.
(support_64bit_objects): New prototype.
(md_begin): Use mips_abi instead of mips_32bit_abi. Don't write
.reginfo section for n32, use .MIPS.options instead.
(support_64bit_objects): New function, code from md_parse_option.
(md_longopts): Add -n32 option.
(md_parse_option): Use mips_abi instead of mips_32bit_abi/mips64.
Add -n32 option. Protect with OBJ_ELF.
(s_mipsset): Use mips_abi instead of mips_32bit_abi.
(mips_elf_final_processing): Likewise. Don't write .reginfo section
for n32, use .MIPS.options instead.

22 years agoAdd support for -z nocopyreloc.
Alan Modra [Wed, 3 Oct 2001 15:11:48 +0000 (15:11 +0000)] 
Add support for -z nocopyreloc.

22 years agoMissed mention of regenerating po/POTFILES.in
Alan Modra [Wed, 3 Oct 2001 14:17:12 +0000 (14:17 +0000)] 
Missed mention of regenerating po/POTFILES.in

22 years ago * elf64-mips.c (elf_backend_may_use_rela_p): New define.
Thiemo Seufer [Wed, 3 Oct 2001 14:12:12 +0000 (14:12 +0000)] 
* elf64-mips.c (elf_backend_may_use_rela_p): New define.
(elf_backend_default_use_rela_p): New define.

22 years ago * binutils-all/readelf.exp: Exclude mips*-*-elf* from 'readelf -wi'
Thiemo Seufer [Wed, 3 Oct 2001 13:51:09 +0000 (13:51 +0000)] 
* binutils-all/readelf.exp: Exclude mips*-*-elf* from 'readelf -wi'
test.

22 years agoRegenerate configure to include the gettext.m4 change. Update
Alan Modra [Wed, 3 Oct 2001 13:46:35 +0000 (13:46 +0000)] 
Regenerate configure to include the gettext.m4 change.  Update
opcodes/po/POTFILES.in

22 years ago * elfxx-ia64.c (elfNN_ia64_hash_copy_indirect): Fix typos in last
Alan Modra [Wed, 3 Oct 2001 13:16:18 +0000 (13:16 +0000)] 
* elfxx-ia64.c (elfNN_ia64_hash_copy_indirect): Fix typos in last
change.

22 years agobfd/ChangeLog
Alan Modra [Wed, 3 Oct 2001 12:29:10 +0000 (12:29 +0000)] 
bfd/ChangeLog
* configure.in (AC_OUTPUT <bfd-in3.h>): Remove version.h.
* configure: Regenerate.
* Makefile.am (BFD_H_FILES): Add version.h.
* Makefile.in: Regenerate.
* po/SRC-POTFILES.in: Regenerate.

bfd/doc/ChangeLog
* Makefile.am (BFD_H_DEP): Add ../version.h.
* Makefile.in: Regenerate.

22 years ago * elflink.h (elf_fix_symbol_flags): Copy flags to weakdef using
Alan Modra [Wed, 3 Oct 2001 08:33:18 +0000 (08:33 +0000)] 
* elflink.h (elf_fix_symbol_flags): Copy flags to weakdef using
elf_backend_copy_indirect_symbol so that backend has a chance to
copy other necessary fields.
* elf-bfd.h (struct elf_backend_data): Update description of
elf_backend_copy_indirect_symbol.
* elf.c (_bfd_elf_link_hash_copy_indirect): Bail out after
copying flags if this is a weakdef.
* elfxx-ia64.c (elfNN_ia64_hash_copy_indirect): Likewise.
(elfNN_ia64_aix_add_symbol_hook): Use elf_link_hash_lookup rather
than bfd_link_hash_lookup.
* elf32-i386 (elf_i386_adjust_dynamic_symbol): Don't do copy
reloc processing for weakdefs.
* elf32-hppa.c (elf32_hppa_adjust_dynamic_symbol): Likewise.
* elf64-ppc.c (ppc64_elf_adjust_dynamic_symbol): Likewise.

22 years agodaily update
Alan Modra [Wed, 3 Oct 2001 02:02:26 +0000 (02:02 +0000)] 
daily update

22 years ago * gettext.m4: Test po/POTFILES.in exists before trying to read.
Alan Modra [Wed, 3 Oct 2001 01:46:25 +0000 (01:46 +0000)] 
* gettext.m4: Test po/POTFILES.in exists before trying to read.

22 years ago*** empty log message ***
gdbadmin [Wed, 3 Oct 2001 00:00:02 +0000 (00:00 +0000)] 
*** empty log message ***

22 years agoSplit SVR4/SunOS solib support.
Kevin Buettner [Tue, 2 Oct 2001 23:11:24 +0000 (23:11 +0000)] 
Split SVR4/SunOS solib support.

22 years ago* lib/gdb.exp (test_xfail_format): Simplify.
Jim Blandy [Tue, 2 Oct 2001 19:42:10 +0000 (19:42 +0000)] 
* lib/gdb.exp (test_xfail_format): Simplify.

* lib/gdb.exp (setup_xfail_format): Don't forget to put a `$' in
front of the variable name `format'.  Simplify `if'.

22 years agoFix (for the last time, I hope) handling of R_ARC_B22_PCREL.
Nick Clifton [Tue, 2 Oct 2001 14:28:42 +0000 (14:28 +0000)] 
Fix (for the last time, I hope) handling of R_ARC_B22_PCREL.

22 years ago * config/tc-ppc.c (md_apply_fix3 <BFD_RELOC_CTOR>): Make it 64
Alan Modra [Tue, 2 Oct 2001 09:28:53 +0000 (09:28 +0000)] 
* config/tc-ppc.c (md_apply_fix3 <BFD_RELOC_CTOR>): Make it 64
bits if target is 64 bit.

22 years ago * elf64-ppc.c (ppc64_elf_check_relocs): Use a local var and cast
Alan Modra [Tue, 2 Oct 2001 09:22:46 +0000 (09:22 +0000)] 
* elf64-ppc.c (ppc64_elf_check_relocs): Use a local var and cast
result of ELF64_R_TYPE to enum before using in a switch.
(ppc64_elf_gc_mark_hook): Likewise.
(ppc64_elf_gc_sweep_hook): Likewise.
(ppc64_elf_reloc_type_class): Likewise.

22 years ago * doc/as.texinfo (listing): Fix typo.
Alan Modra [Tue, 2 Oct 2001 09:18:42 +0000 (09:18 +0000)] 
* doc/as.texinfo (listing): Fix typo.

22 years agoAdd more detection of 64-bit DWARF sections
Nick Clifton [Tue, 2 Oct 2001 09:08:44 +0000 (09:08 +0000)] 
Add more detection of 64-bit DWARF sections

22 years ago * ldver.h (ld_program_version): Remove declaration.
Alan Modra [Tue, 2 Oct 2001 06:04:23 +0000 (06:04 +0000)] 
* ldver.h (ld_program_version): Remove declaration.
* lexsup.c (parse_args): Move printing of copyright message..
* ldver.c (ldversion): .. to here.
Use BFD_VERSION_STRING in place of BFD_VERSION.
(ld_program_version): Remove.
* Makefile.am (Makefile): Depend on bfd/configure.in
Run "make dep-am"
* Makefile.in: Regenerate.

22 years ago * Makefile.am (Makefile): Depend on bfd/configure.in
Alan Modra [Tue, 2 Oct 2001 06:03:15 +0000 (06:03 +0000)] 
* Makefile.am (Makefile): Depend on bfd/configure.in
Run "make dep-am"
* Makefile.in: Regenerate.

22 years ago * as.c (print_version_id): Use BFD_VERSION_STRING in place of
Alan Modra [Tue, 2 Oct 2001 06:02:51 +0000 (06:02 +0000)] 
* as.c (print_version_id): Use BFD_VERSION_STRING in place of
BFD_VERSION.
* Makefile.am (Makefile): Depend on bfd/configure.in
Run "make dep-am"
* Makefile.in: Regenerate.

22 years ago * coffdump.c (PROGRAM_VERSION): Delete.
Alan Modra [Tue, 2 Oct 2001 06:02:12 +0000 (06:02 +0000)] 
* coffdump.c (PROGRAM_VERSION): Delete.
(main <'V'>): Call print_version.
* srconv.c: Likewise.
* sysdump.c: Likewise.
* version.c (program_version): Remove.
(print_version): Use BFD_VERSION_STRING.  Just print the current
year in copyright message.
* addr2line.c (program_version): Remove unused declaration.
* objdump.c (display_target_tables): Use BFD_VERSION_STRING in
place of BFD_VERSION.
* Makefile.am (Makefile): Depend on bfd/configure.in
(cplus-dem.o): Depend on Makefile.
Run "make dep-am"
* Makefile.in: Regenerate.

22 years ago * common.h (NLM_CAT, NLM_CAT3): Don't define.
Alan Modra [Tue, 2 Oct 2001 05:59:56 +0000 (05:59 +0000)] 
* common.h (NLM_CAT, NLM_CAT3): Don't define.
(NLM_CAT4): Update conditions under which this is defined.  Document
why CONCAT4 can't be used.

22 years ago * Makefile.in: Regenerate.
Alan Modra [Tue, 2 Oct 2001 05:59:30 +0000 (05:59 +0000)] 
* Makefile.in: Regenerate.

22 years ago * version.h: New file.
Alan Modra [Tue, 2 Oct 2001 05:58:41 +0000 (05:58 +0000)] 
* version.h: New file.
* bfd-in.h: (BFD_VERSION): Substitute bfd_version.
(BFD_VERSION_DATE): Define.
(BFD_VERSION_STRING): Define.
* configure.in: AC_SUBST bfd_version, bfd_version_date and
bfd_version_string.
(AC_OUTPUT <bfd-in3.h>): Depend on version.h.
* bfd-in2.h: Regenerate.
* configure: Regenerate.
* Makefile.am: Run "make dep-am"
* Makefile.in: Regenerate.

* bfd-in.h: Include "symcat.h".
(CONCAT4): Redefine as for old CAT4.
* aout-arm.c: Use equivalent CONCAT* macro in place of CAT* macros.
Add warning regarding whitespace.
* aout-cris.c: Likewise.
* aout-ns32k.c: Likewise.
* aout-sparcle.c: Likewise.
* aout-tic30.c: Likewise.
* aout0.c: Likewise.
* armnetbsd.c: Likewise.
* demo64.c: Likewise.
* elf-bfd.h: Likewise.
* gen-aout.c: Likewise.
* host-aout.c: Likewise.
* hp300bsd.c: Likewise.
* hp300hpux.c: Likewise.
* i386aout.c: Likewise.
* i386bsd.c: Likewise.
* i386dynix.c: Likewise.
* i386freebsd.c: Likewise.
* i386linux.c: Likewise.
* i386lynx.c: Likewise.
* i386mach3.c: Likewise.
* i386netbsd.c: Likewise.
* libaout.h: Likewise.
* m68k4knetbsd.c: Likewise.
* m68klinux.c: Likewise.
* m68klynx.c: Likewise.
* m68knetbsd.c: Likewise.
* m88kmach3.c: Likewise.
* mipsbsd.c: Likewise.
* newsos3.c: Likewise.
* ns32knetbsd.c: Likewise.
* pc532-mach.c: Likewise.
* pdp11.c: Likewise.
* riscix.c: Likewise.
* sparclinux.c: Likewise.
* sparclynx.c: Likewise.
* sparcnetbsd.c: Likewise.
* sunos.c: Likewise.
* targets.c: Likewise.
* vaxnetbsd.c: Likewise.
* vms-hdr.c: Likewise.

22 years ago 2001-10-01 Elena Zannoni <ezannoni@redhat.com>
Elena Zannoni [Tue, 2 Oct 2001 02:53:48 +0000 (02:53 +0000)] 
 2001-10-01  Elena Zannoni <ezannoni@redhat.com>

        * Makefile.in (mipsread.o): Remove old dependency on partial-stab.h.

22 years ago2001-10-01 Elena Zannoni <ezannoni@redhat.com>
Elena Zannoni [Tue, 2 Oct 2001 02:51:41 +0000 (02:51 +0000)] 
2001-10-01  Elena Zannoni <ezannoni@redhat.com>

        * xcoffread.c (N_UNDF, N_ABS, N_TEXT, N_DATA, N_BSS, N_COMM, N_FN,
        N_EXT, N_INDR, N_SETA, N_SETT, N_SETD, N_SETB, N_SETV,
        CUR_SYMBOL_TYPE, CUR_SYMBOL_VALUE, START_PSYMTAB, END_PSYMTAB,
        SET_NAMESTRING): Delete definitions.
        Don't include language.h any more.
        Don't include partial-stab.h any more.
        (scan_xcoff_symtab): Don't jump through hoops to reuse code in
        partial-stab.h, include the code directly, instead.

        * Makefile.in (xcoffread.o): Remove dependency on partial-stab.h.

22 years ago2001-10-01 Elena Zannoni <ezannoni@redhat.com>
Elena Zannoni [Tue, 2 Oct 2001 02:39:48 +0000 (02:39 +0000)] 
2001-10-01  Elena Zannoni <ezannoni@redhat.com>

* xcoffread.c (N_UNDF, N_ABS, N_TEXT, N_DATA, N_BSS, N_COMM, N_FN,
N_EXT, N_INDR, N_SETA, N_SETT, N_SETD, N_SETB, N_SETV,
CUR_SYMBOL_TYPE, CUR_SYMBOL_VALUE, START_PSYMTAB, END_PSYMTAB,
SET_NAMESTRING): Delete definitions.
Don't include language.h any more.
Don't include partial-stab.h any more.
(scan_xcoff_symtab): Don't jump through hoops to reuse code in
partial-stab.h, include the code directly, instead.

* Makefile.in (xcoffread.o): Remove dependency on partial-stab.h.

22 years ago*** empty log message ***
gdbadmin [Tue, 2 Oct 2001 00:00:06 +0000 (00:00 +0000)] 
*** empty log message ***

22 years ago * gdb.threads/pthreads.exp: Wait for output and delay
Daniel Jacobowitz [Mon, 1 Oct 2001 20:36:48 +0000 (20:36 +0000)] 
    * gdb.threads/pthreads.exp: Wait for output and delay
        before sending ^C.

22 years ago * gdb.mi/mi-var-display.exp (continue to incr_a): Recognize
Daniel Jacobowitz [Mon, 1 Oct 2001 20:31:38 +0000 (20:31 +0000)] 
    * gdb.mi/mi-var-display.exp (continue to incr_a):  Recognize
        some incorrect output instead of timing out.
        * gdb.mi/mi-var-display.exp (continue to incr_a):  Likewise.

22 years ago* infcmd.c (do_registers_info): Delete code dumping large
Andrew Cagney [Mon, 1 Oct 2001 18:11:19 +0000 (18:11 +0000)] 
* infcmd.c (do_registers_info): Delete code dumping large
registers.  Handled by val_print.