OSDN Git Service

pf3gnuchains/pf3gnuchains3x.git
19 years agodaily update
Alan Modra [Wed, 25 Aug 2004 00:00:06 +0000 (00:00 +0000)]
daily update

19 years ago* as.c (std_shortopts): Allow -g to take an optional argument.
Nick Clifton [Tue, 24 Aug 2004 11:58:27 +0000 (11:58 +0000)]
* as.c (std_shortopts): Allow -g to take an optional argument.
(parse_args): Pass any switch starting with -g on to the backend for parsing.

19 years agoaltmacro.[sd]: Split out part from here...
Nick Clifton [Tue, 24 Aug 2004 11:37:54 +0000 (11:37 +0000)]
altmacro.[sd]: Split out part from here...
altmac2.[sd]: ... to here.
excl.s: New.
gas.exp: Suppress both tests for a few targets known to break. Run the new
 (split out) test only when the target doesn't use '!' as a comment character.

19 years ago(m32r_elf_relocate_section): Handle R_M32R_SDA16_RELA in the same way as
Nick Clifton [Tue, 24 Aug 2004 08:21:25 +0000 (08:21 +0000)]
(m32r_elf_relocate_section): Handle R_M32R_SDA16_RELA in the same way as
R_M32R_SDA16.

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

19 years agoAdd missing ChangeLog entry.
Jim Blandy [Mon, 23 Aug 2004 23:50:35 +0000 (23:50 +0000)]
Add missing ChangeLog entry.

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

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 * 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 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 agodaily update
Alan Modra [Fri, 20 Aug 2004 00:00:06 +0000 (00:00 +0000)]
daily update

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 agodaily update
Alan Modra [Thu, 19 Aug 2004 00:00:06 +0000 (00:00 +0000)]
daily update

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 * 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 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 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 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(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 agodaily update
Alan Modra [Mon, 16 Aug 2004 00:00:05 +0000 (00:00 +0000)]
daily update

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

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

19 years ago2004-08-13 Nathanael Nerode <neroden@gcc.gnu.org>
Nathanael Nerode [Fri, 13 Aug 2004 22:32:31 +0000 (22:32 +0000)]
2004-08-13  Nathanael Nerode  <neroden@gcc.gnu.org>

* Add ACX_{TARGET,HOST,BUILD}_NONCANONICAL,
which do an automatic AC_SUBST on _GCC_TOPLEV_*_NONCANONICAL.
The intention is that we will migrate to these bit by bit.

19 years agoAdd and handle new --alternate command line option.
Nick Clifton [Fri, 13 Aug 2004 19:53:52 +0000 (19:53 +0000)]
Add and handle new --alternate command line option.

19 years ago* symconst.h (langMax): Fix typo in comment.
Mark Kettenis [Fri, 13 Aug 2004 19:17:39 +0000 (19:17 +0000)]
* symconst.h (langMax): Fix typo in comment.

19 years agoConvert file to ISO C90
Nick Clifton [Fri, 13 Aug 2004 15:35:22 +0000 (15:35 +0000)]
Convert file to ISO C90

19 years ago PR 293
Alan Modra [Fri, 13 Aug 2004 08:41:51 +0000 (08:41 +0000)]
PR 293
* elf32-hppa.c (elf32_hppa_hide_symbol): Use init_refcount to
zero the plt field.

19 years agoO_JSR): Do not allow VECIND addressing for non-SX processors.
Nick Clifton [Fri, 13 Aug 2004 08:14:02 +0000 (08:14 +0000)]
O_JSR): Do not allow VECIND addressing for non-SX processors.

19 years agobfd/
Alan Modra [Fri, 13 Aug 2004 03:16:01 +0000 (03:16 +0000)]
bfd/
* bfd.c (_bfd_default_error_handler): Handle %A and %B.
(bfd_archive_filename, bfd_get_section_ident): Delete.
* ecofflink.c (bfd_ecoff_debug_accumulate_other): Don't call
bfd_archive_filename.
* elflink.c (elf_link_input_bfd): Don't use callbacks->error_handler
to warn about symbols in discarded sections.  Use _bfd_error_handler.
* aout-adobe.c (aout_adobe_callback): See below.
* aout-cris.c (swap_ext_reloc_in): ..
* coff-arm.c (find_thumb_glue, find_arm_glue,
coff_arm_relocate_section, bfd_arm_process_before_allocation,
coff_arm_merge_private_bfd_data, _bfd_coff_arm_set_private_flags,
coff_arm_copy_private_bfd_data): ..
* coff-i860.c (i860_reloc_processing): ..
* coff-mcore.c (mcore_coff_unsupported_reloc,
coff_mcore_relocate_section): ..
* coff-ppc.c (coff_ppc_relocate_section): ..
* coff-rs6000.c (xcoff_create_csect_from_smclas
* coff-sh.c (sh_relax_section, sh_relax_delete_bytes,
sh_swap_insns, sh_relocate_section): ..
* coff-tic54x.c (tic54x_reloc_processing): ..
* coff-tic80.c (coff_tic80_relocate_section): ..
* coff64-rs6000.c (xcoff64_create_csect_from_smclas): ..
* coffcode.h (styp_to_sec_flags, coff_slurp_line_table,
coff_slurp_symbol_table, coff_classify_symbol,
coff_slurp_reloc_table): ..
* coffgen.c (_bfd_coff_read_string_table): ..
* cofflink.c (coff_link_add_symbols, _bfd_coff_link_input_bfd,
_bfd_coff_generic_relocate_section): ..
* cpu-arm.c (bfd_arm_merge_machines): ..
* cpu-sh.c (sh_merge_bfd_arch): ..
* elf-hppa.h (elf_hppa_relocate_section): ..
* elf.c (bfd_elf_string_from_elf_section, setup_group,
_bfd_elf_setup_group_pointers, bfd_section_from_shdr,
assign_section_numbers, _bfd_elf_symbol_from_bfd_symbol,
copy_private_bfd_data, _bfd_elf_validate_reloc): ..
* elf32-arm.h (find_thumb_glue, find_arm_glue,
bfd_elf32_arm_process_before_allocation, elf32_thumb_to_arm_stub,
elf32_arm_to_thumb_stub, elf32_arm_final_link_relocate,
elf32_arm_relocate_section, elf32_arm_set_private_flags,
elf32_arm_copy_private_bfd_data, elf32_arm_merge_private_bfd_data): ..
* elf32-cris.c (cris_elf_relocate_section, cris_elf_check_relocs,
cris_elf_merge_private_bfd_data
* elf32-frv.c (elf32_frv_relocate_section, elf32_frv_check_relocs): ..
* elf32-gen.c (elf32_generic_link_add_symbols): ..
* elf32-hppa.c (hppa_add_stub, hppa_build_one_stub,
elf32_hppa_check_relocs, get_local_syms, final_link_relocate,
elf32_hppa_relocate_section): ..
* elf32-i370.c (i370_elf_merge_private_bfd_data,
i370_elf_check_relocs, i370_elf_relocate_section): ..
* elf32-i386.c (elf_i386_info_to_howto_rel, elf_i386_check_relocs,
elf_i386_relocate_section): ..
* elf32-m32r.c (m32r_elf_relocate_section,
m32r_elf_merge_private_bfd_data): ..
* elf32-m68hc1x.c (m68hc12_add_stub,
_bfd_m68hc11_elf_merge_private_bfd_data): ..
* elf32-m68k.c (elf_m68k_relocate_section): ..
* elf32-mcore.c (mcore_elf_unsupported_reloc,
mcore_elf_relocate_section): ..
* elf32-ppc.c (ppc_elf_merge_private_bfd_data, bad_shared_reloc,
ppc_elf_check_relocs, ppc_elf_relocate_section,
ppc_elf_begin_write_processing): ..
* elf32-s390.c (elf_s390_check_relocs, invalid_tls_insn,
elf_s390_relocate_section): ..
* elf32-sh-symbian.c (sh_symbian_import_as,
sh_symbian_process_embedded_commands,
sh_symbian_relocate_section): ..
* elf32-sh.c (sh_elf_relax_section, sh_elf_relax_delete_bytes,
sh_elf_swap_insns, sh_elf_relocate_section, sh_elf_check_relocs,
sh_elf_merge_private_data): ..
* elf32-sparc.c (elf32_sparc_check_relocs,
elf32_sparc_relocate_section,
elf32_sparc_merge_private_bfd_data): ..
* elf32-v850.c (v850_elf_check_relocs,
v850_elf_merge_private_bfd_data): ..
* elf32-xtensa.c (elf_xtensa_check_relocs,
elf_xtensa_relocate_section, elf_xtensa_merge_private_bfd_data): ..
* elf64-alpha.c (elf64_alpha_relax_with_lituse,
elf64_alpha_relax_got_load, elf64_alpha_size_got_sections,
elf64_alpha_relocate_section_r, elf64_alpha_relocate_section): ..
* elf64-gen.c (elf64_generic_link_add_symbols): ..
* elf64-ppc.c (ppc64_elf_merge_private_bfd_data, ppc_add_stub,
ppc64_elf_check_relocs, ppc64_elf_edit_opd,
ppc64_elf_relocate_section): ..
* elf64-s390.c (elf_s390_check_relocs, invalid_tls_insn,
elf_s390_relocate_section): ..
* elf64-sh64.c (sh_elf64_relocate_section): ..
* elf64-sparc.c (sparc64_elf_check_relocs,
sparc64_elf_add_symbol_hook, sparc64_elf_relocate_section,
sparc64_elf_merge_private_bfd_data): ..
* elf64-x86-64.c (elf64_x86_64_check_relocs,
elf64_x86_64_relocate_section): ..
* elflink.c (_bfd_elf_add_default_symbol,
_bfd_elf_link_assign_sym_version, elf_link_read_relocs_from_section,
_bfd_elf_link_output_relocs, elf_link_add_object_symbols,
bfd_elf_size_dynamic_sections, elf_link_output_extsym,
elf_get_linked_section_vma, elf_fixup_link_order,
bfd_elf_final_link, bfd_elf_gc_record_vtinherit,
bfd_elf_gc_record_vtinherit, _bfd_elf_section_already_linked): ..
* elfxx-ia64.c (elfNN_ia64_relax_section,
elfNN_ia64_relocate_section, elfNN_ia64_merge_private_bfd_data): ..
* elfxx-mips.c (mips_elf_perform_relocation,
_bfd_mips_elf_check_relocs,
_bfd_mips_elf_merge_private_bfd_data): ..
* ieee.c (ieee_slurp_external_symbols): ..
* ihex.c (ihex_bad_byte, ihex_scan, ihex_read_section): ..
* libbfd.c (_bfd_generic_verify_endian_match): ..
* linker.c (_bfd_generic_link_add_one_symbol,
_bfd_generic_section_already_linked): ..
* pdp11.c (translate_to_native_sym_flags): ..
* pe-mips.c (coff_pe_mips_relocate_section): ..
* peicode.h (pe_ILF_build_a_bfd): ..
* srec.c (srec_bad_byte): ..
* stabs.c (_bfd_link_section_stabs): ..
* xcofflink.c (xcoff_link_add_symbols, xcoff_link_input_bfd): ..
Replace all uses of bfd_archive_filename and bfd_get_section_ident
with corresponding %B and %A in _bfd_error_handler format string.
Replace occurrences of "fprintf (stderr," with _bfd_error_handler
calls to use %A and %B.  Fix "against symbol .. from section" and
similar error messages.  Combine multiple _bfd_error_handler calls
where they were separated due to bfd_archive_filename deficiencies.
* bfd-in2.h: Regenerate.
include/
* bfdlink.h (struct bfd_link_callbacks): Remove "error_handler".
(LD_DEFINITION_IN_DISCARDED_SECTION): Delete.
ld/
* ldmain.c (link_callbacks): Remove "error_handler".
* ldmisc.c: Include elf-bfd.h.
(vfinfo): Sort comment.  Handle %A.  Use %A instead of
bfd_get_section_indent.
(error_handler): Delete.
* ldmisc.h (error_handler): Delete declaration.

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

19 years ago * Makefile.def, configure.in, src-release: Remove useless, bogus
Nathanael Nerode [Thu, 12 Aug 2004 22:59:53 +0000 (22:59 +0000)]
* Makefile.def, configure.in, src-release: Remove useless, bogus
references to tix.
* Makefile.in, configure: Regenerate.

19 years ago2004-08-12 Nathanael Nerode <neroden@gcc.gnu.org>
Nathanael Nerode [Thu, 12 Aug 2004 22:43:07 +0000 (22:43 +0000)]
2004-08-12  Nathanael Nerode  <neroden@gcc.gnu.org>

* src-release: Stop distributing mmalloc with gdb (which doesn't
use it).
* Makefile.def: GDB doesn't depend on mmalloc anymore.
* Makefile.in: Regenerate.

19 years ago2004-08-12 H.J. Lu <hongjiu.lu@intel.com>
H.J. Lu [Thu, 12 Aug 2004 16:01:22 +0000 (16:01 +0000)]
2004-08-12  H.J. Lu  <hongjiu.lu@intel.com>

* i386.h (R_386_USED_BY_INTEL_200): New.

19 years ago2004-08-12 H.J. Lu <hongjiu.lu@intel.com>
H.J. Lu [Thu, 12 Aug 2004 15:56:05 +0000 (15:56 +0000)]
2004-08-12  H.J. Lu  <hongjiu.lu@intel.com>

* elf32-i386.c (elf_i386_relocate_section): Report unrecognized
relocation.

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

19 years agomerge from gcc:
DJ Delorie [Wed, 11 Aug 2004 17:32:56 +0000 (17:32 +0000)]
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.

19 years ago * expr.c (operand): Handle the "~", "-", and "!" operators applied
Mark Mitchell [Wed, 11 Aug 2004 02:11:58 +0000 (02:11 +0000)]
* expr.c (operand): Handle the "~", "-", and "!" operators applied
to bignums.

* gas/arm/bignum1.s: New test.
* gas/arm/arm.exp: Run it.

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

19 years agobfd/
Alan Modra [Tue, 10 Aug 2004 11:23:03 +0000 (11:23 +0000)]
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.

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

19 years ago * elf64-x86-64.c (elf64_x86_64_relocate_section): For -fno-pic
Jakub Jelinek [Mon, 9 Aug 2004 08:53:51 +0000 (08:53 +0000)]
* elf64-x86-64.c (elf64_x86_64_relocate_section): For -fno-pic
error, test input_section flags rather than sec.

19 years ago * emultempl/ppc64elf.em (gld${EMULATION_NAME}_finish): Error if
Alan Modra [Mon, 9 Aug 2004 06:48:37 +0000 (06:48 +0000)]
* emultempl/ppc64elf.em (gld${EMULATION_NAME}_finish): Error if
.toc is too large on relocatable linking.

19 years ago * elf-bfd.h (struct elf_backend_data): Add
Alan Modra [Mon, 9 Aug 2004 06:02:03 +0000 (06:02 +0000)]
* 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.

19 years ago * elf64-ppc.c (struct ppc_link_hash_entry): Expand adjust_done comment.
Alan Modra [Mon, 9 Aug 2004 05:38:48 +0000 (05:38 +0000)]
* 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.

19 years ago * elf64-ppc.c (ppc64_elf_relocate_section): Combine handling of
Alan Modra [Mon, 9 Aug 2004 05:12:14 +0000 (05:12 +0000)]
* elf64-ppc.c (ppc64_elf_relocate_section): Combine handling of
long branch stubs with code handling plt and r2off branch stubs.

19 years agobfd/
Alan Modra [Mon, 9 Aug 2004 03:14:12 +0000 (03:14 +0000)]
bfd/
* elf-bfd.h (_bfd_elf_gc_mark): Declare.
* elflink.c (elf_link_input_bfd): Formatting.
(_bfd_elf_gc_mark): Rename from elf_gc_mark and make global.  Adjust
all callers.
* elf64-ppc.c (struct ppc_link_hash_entry): Remove is_entry.
(link_hash_newfunc): Don't set it.
(ppc64_elf_copy_indirect_symbol): Nor copy it.
(ppc64_elf_mark_entry_syms): Delete.
(ppc64_elf_gc_mark_hook): Mark entry syms here.  Also mark opd
sections.  Use get_opd_info.
* elf64-ppc.h (ppc64_elf_mark_entry_syms): Delete.
ld/
* emultempl/ppc64elf.em (ppc_after_open): Delete.
(LDEMUL_AFTER_OPEN): Don't define.

19 years agoLost ChangeLog entry:
Nathanael Nerode [Mon, 9 Aug 2004 03:01:56 +0000 (03:01 +0000)]
Lost ChangeLog entry:

2004-08-01  Robert Millan  <robertmh@gnu.org>

* configure.in: Turn mt-linux into mt-gnu. Use mt-gnu and enable
libmudflap for all GNU-based systems (with Glibc).
* configure: Regenerate.

19 years ago * elf64-ppc.c (adjust_opd_syms): Fix merge error.
Alan Modra [Mon, 9 Aug 2004 02:59:15 +0000 (02:59 +0000)]
* elf64-ppc.c (adjust_opd_syms): Fix merge error.

19 years ago * elf64-ppc.c (struct ppc_link_hash_table): Remove have_undefweak.
Alan Modra [Mon, 9 Aug 2004 00:54:28 +0000 (00:54 +0000)]
* elf64-ppc.c (struct ppc_link_hash_table): Remove have_undefweak.
(func_desc_adjust): Don't set have_undefweak.
(ppc64_elf_func_desc_adjust): Don't add an extr nop to sfpr.
(ppc64_elf_relocate_section): NOP out calls to undefweak functions.

19 years ago * elf64-ppc.c (struct ppc_link_hash_entry): Make "oh" a
Alan Modra [Mon, 9 Aug 2004 00:40:48 +0000 (00:40 +0000)]
* elf64-ppc.c (struct ppc_link_hash_entry): Make "oh" a
"struct ppc_link_hash_entry *".  Adjust all references.
(ppc64_elf_hide_symbol): Correct a comment.

19 years ago * elf64-ppc.c (get_opd_info): New function.
Alan Modra [Mon, 9 Aug 2004 00:22:53 +0000 (00:22 +0000)]
* elf64-ppc.c (get_opd_info): New function.
(adjust_opd_syms): Use get_opd_info.  Define removed symbols as zero.
(ppc64_elf_edit_opd): Use get_opd_info.  Check that sym has a dot
before calling get_fdh.  Test fdh rather than h before dereferencing
fdh.  Mark removed symbols in opd_adjust.
(ppc64_elf_tls_optimize): Don't bother with opd adjustment here.
(ppc64_elf_relocate_section): Use get_opd_info, and handle removed
opd symbols.
(ppc64_elf_output_symbol_hook): Likewise.

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

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

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

19 years agobfd/
Paul Brook [Fri, 6 Aug 2004 16:18:11 +0000 (16:18 +0000)]
bfd/
* elfarm-nabi.c (elf32_arm_howto_table): Add new EABI relocations.
(elf32_arm_reloc_map): Add BFD_RELOC_ARM_RELABS32,
BFD_RELOC_ARM_ROSEGREL32 and BFD_RELOC_ARM_SBREL32.
* reloc.c: Add BFD_RELOC_ARM_RELABS32, BFD_RELOC_ARM_ROSEGREL32
and BFD_RELOC_ARM_SBREL32.
* bfd-in2.h, bbfd.h: Regenerate.
gas/
* config/tc-arm.c (md_apply_fix3, tc_gen_reloc, arm_parse_reloc):
Handle new relocations.
* include/elf/arm.h (elf_arm_reloc_type): Add new EABI relocations.
gas/testsuite/
* gas/arm/pic.s,d: Test RELABS and SBREL relocations.

19 years agomerge from gcc
DJ Delorie [Fri, 6 Aug 2004 15:38:11 +0000 (15:38 +0000)]
merge from gcc

19 years ago * readelf.c (dump_relocations): Fix typo when calculating
Andreas Schwab [Fri, 6 Aug 2004 13:13:30 +0000 (13:13 +0000)]
* readelf.c (dump_relocations): Fix typo when calculating
sec_index.

19 years ago2004-08-06 Paolo Bonzini <bonzini@gnu.org>
Paolo Bonzini [Fri, 6 Aug 2004 06:44:46 +0000 (06:44 +0000)]
2004-08-06  Paolo Bonzini  <bonzini@gnu.org>

* Makefile.def (bfd, opcodes, gcc, zlib): Mark as bootstrap module.
(bison, byacc, flex, texinfo): Do not mark as bootstrap module.
(Dependencies): New section.
* Makefile.tpl (Dependencies): Generate from Makefile.def.
(configure-target-[+module+]): Depend on maybe-all-gcc
(all-prebootstrap): New name of all-bootstrap.  Changed throughout.
(toplevel profiledbootstrap): Fix dependencies.
* Makefile.in: Regenerate.

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

19 years ago * write.c (relax_segment): Use was_address instead of address when
Bob Wilson [Thu, 5 Aug 2004 16:55:00 +0000 (16:55 +0000)]
* write.c (relax_segment): Use was_address instead of address when
setting fr_fix field for align frag due to backwards .org.

19 years agoAddition of new test case to check rx generation with adds and subs instruction
Nick Clifton [Thu, 5 Aug 2004 09:09:02 +0000 (09:09 +0000)]
Addition of new test case to check rx generation with adds and subs instruction
for plain H8/300 target.

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

19 years ago2004-08-04 Andrew Cagney <cagney@gnu.org>
Andrew Cagney [Wed, 4 Aug 2004 23:44:32 +0000 (23:44 +0000)]
2004-08-04  Andrew Cagney  <cagney@gnu.org>

* sim-ppc.h: Add extern "C" wrapper.
(enum sim_ppc_regnum): Add full list of SPRs.

19 years agogdb/ChangeLog:
Jim Blandy [Wed, 4 Aug 2004 17:40:31 +0000 (17:40 +0000)]
gdb/ChangeLog:
2004-07-20  Jim Blandy  <jimb@redhat.com>

Use a fixed register numbering when communicating with the PowerPC
simulator.
* ppc-tdep.h (struct gdbarch_tdep): New member: 'sim_regno'.
* rs6000-tdep.c: #include "sim-regno.h" and "gdb/sim-ppc.h".
(set_sim_regno, init_sim_regno_table, rs6000_register_sim_regno):
New functions.
(rs6000_gdbarch_init): Register rs6000_register_sim_regno.  Call
init_sim_regno_table.
* Makefile.in (gdb_sim_ppc_h): New variable.
(rs6000-tdep.o): Update dependencies.

include/gdb/ChangeLog:
2004-07-20  Jim Blandy  <jimb@redhat.com>

* sim-ppc.h: New file.

sim/ppc/ChangeLog:
2004-07-20  Jim Blandy  <jimb@redhat.com>

Use a fixed register numbering when communicating with the PowerPC
simulator.
* sim_calls.c: #include "registers.h" and "gdb/sim-ppc.h"; do not
include GDB's "defs.h".
(gdb_register_name_table): New variable.
(gdb_register_name_table_size): New enum constant.
(gdb_register_name): New function.
(sim_fetch_register, sim_store_register): Use gdb_register_name,
instead of calling gdbarch_register_name.
* Makefile.in (GDB_SIM_PPC_H): New variable.
(DEFS_H): Delete variable.
(sim_calls.o): Update dependencies.

19 years ago * configure.in (arm*-*-symbianelf*): Add ${libgcj} and
Mark Mitchell [Wed, 4 Aug 2004 16:12:06 +0000 (16:12 +0000)]
* configure.in (arm*-*-symbianelf*): Add ${libgcj} and
target-libiberty to noconfigdirs.

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

19 years agoChangeLog:
Nathanael Nerode [Tue, 3 Aug 2004 20:54:19 +0000 (20:54 +0000)]
ChangeLog:

2004-08-01  Robert Millan  <robertmh@gnu.org>

* configure.in: Turn mt-linux into mt-gnu. Use mt-gnu and enable
libmudflap for all GNU-based systems (with Glibc).
* configure: Regenerate.

config/ChangeLog:

2004-08-01  Robert Millan  <robertmh@gnu.org>

* mt-linux: Rename to ...
* mt-gnu: ... this.

19 years ago2004-08-03 Paolo Bonzini <bonzini@gnu.org>
Paolo Bonzini [Tue, 3 Aug 2004 09:36:03 +0000 (09:36 +0000)]
2004-08-03 Paolo Bonzini <bonzini@gnu.org>

* Makefile.def (host-modules): Add gcc.
* Makefile.in: Regenerate.
* Makefile.tpl (sorry): New rule.
(configure-host, all-host, [+make_target+]-host, do-check,
install-host): Do not add gcc as a special case.
(host modules): Add a small special-casing for gcc.  Export
extra_make_flags through the environment.
(maybe-configure-gcc, configure-gcc, maybe-all-gcc, all-gcc,
maybe-check-gcc, check-gcc, maybe-install-gcc, install-gcc,
other recursive targets for gcc): Remove.

(all, do-[+make_target+], do-check): Wrap between unstage and stage.
(stage, unstage): New rules.
(stage[+id+]-start, stage[+id+]-end, [+compare-target+],
distclean-stage[+id+]): Use stage_current.
([+bootstrap-target+], profiledbootstrap): Do not invoke manually
the stage*-start rules.

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

20 years ago * ld.texinfo (Top): Document specific options of 68HC11 and 68HC12.
Stephane Carrez [Mon, 2 Aug 2004 20:03:41 +0000 (20:03 +0000)]
* ld.texinfo (Top): Document specific options of 68HC11 and 68HC12.

20 years ago(deduce_name): Fix typos introduced when program_name was renamed to prog_name.
Nick Clifton [Mon, 2 Aug 2004 08:14:17 +0000 (08:14 +0000)]
(deduce_name): Fix typos introduced when program_name was renamed to prog_name.