OSDN Git Service

pf3gnuchains/pf3gnuchains3x.git
20 years ago * gas/sh/sh64/err-dsp.s: Fix expected error message.
Kaz Kojima [Thu, 4 Mar 2004 01:24:21 +0000 (01:24 +0000)]
* gas/sh/sh64/err-dsp.s: Fix expected error message.

20 years agodaily update
Alan Modra [Wed, 3 Mar 2004 23:00:05 +0000 (23:00 +0000)]
daily update

20 years ago* elflink.c (bfd_elf_record_link_assignment): Mark undefweak and
Alexandre Oliva [Wed, 3 Mar 2004 21:31:10 +0000 (21:31 +0000)]
* elflink.c (bfd_elf_record_link_assignment): Mark undefweak and
undefined symbols as hash_new.

20 years ago2004-03-03 H.J. Lu <hongjiu.lu@intel.com>
H.J. Lu [Wed, 3 Mar 2004 19:26:26 +0000 (19:26 +0000)]
2004-03-03  H.J. Lu  <hongjiu.lu@intel.com>

* config/tc-ia64.c (dot_align): New.
(ia64_do_align): Make it static.
(md_pseudo_table): Use "dot_align" for "align".
(ia64_md_do_align): Don't set align_frag here.
(ia64_handle_align): Add a stop bit to the previous bundle if
needed.

* config/tc-ia64.h (ia64_do_align): Removed.

20 years ago2003-03-03 Andrew Stubbs <andrew.stubbs@superh.com>
Joern Rennecke [Wed, 3 Mar 2004 18:01:49 +0000 (18:01 +0000)]
2003-03-03  Andrew Stubbs  <andrew.stubbs@superh.com>

opcodes:
* sh-dis.c (print_insn_sh): Don't disassemble fp instructions in
nofpu mode.  Add BFD type bfd_mach_sh4_nommu_nofpu.
* sh-opc.h: Add sh4_nommu_nofpu architecture and adjust instructions
accordingly.
bfd:
* archures.c: Add bfd_mach_sh4_nommu_nofpu.
* cpu-sh.c: Ditto.
* elf32-sh.c: Ditto.
* bfd-in2.h: Regenerate.
include/elf:
* sh.h: Add EF_SH4_NOMMU_NOFPU.
gas:
* config/tc-sh.c (md_parse_option): Add -isa=sh4-nofpu and
-isa=sh4-nommu-nofpu options. Adjust help messages accordingly.
(sh_elf_final_processing): Output BFD type sh4_nofpu if that is
the most general type or the user specifically requested it.
(md_assemble): Add a new error message for when an instruction
is understood, but is not allowed due to an -isa option.

20 years ago2004-03-02 H.J. Lu <hongjiu.lu@intel.com>
H.J. Lu [Wed, 3 Mar 2004 04:37:38 +0000 (04:37 +0000)]
2004-03-02  H.J. Lu  <hongjiu.lu@intel.com>

* config/tc-ia64.c (align_frag): New.
(md_assemble): Set the tc_frag_data field in align_frag for
IA64_OPCODE_FIRST instructions.
(ia64_md_do_align): Set align_frag.
(ia64_handle_align): Add a stop bit if needed.

* config/tc-ia64.h (TC_FRAG_TYPE): New.
(TC_FRAG_INIT): New.

20 years ago* elf32-frv.c (struct frv_pic_relocs_info): Added fixups and
Alexandre Oliva [Tue, 2 Mar 2004 23:01:18 +0000 (23:01 +0000)]
* elf32-frv.c (struct frv_pic_relocs_info): Added fixups and
dynrelocs.
(_frv_count_got_plt_entries): Initialize them.
(frv_pic_relocs_info_find): Add insert argument.  Adjust all
callers.
(frv_pic_relocs_info_for_global): Likewise.
(frv_pic_relocs_info_for_local): Likewise.
(frv_pic_merge_early_relocs_info): New.
(_frv_resolve_final_relocs_info): Use it in case one entry maps to
another.
(_frv_add_dyn_reloc): Add entry argument.  Adjust all callers.
Check that we don't exceed the allocated count for entry.
(_frv_add_rofixup): Likewise.
(_frv_emit_got_relocs_plt_entries): Adjust for coding standards.
(elf32_frv_finish_dynamic_sections): Improve error message in case
we emit too few rofixup entries.

20 years agodaily update
Alan Modra [Tue, 2 Mar 2004 23:00:05 +0000 (23:00 +0000)]
daily update

20 years agodaily update
Alan Modra [Mon, 1 Mar 2004 23:00:06 +0000 (23:00 +0000)]
daily update

20 years ago * configure.in (mips64*-*-linux*): Override mips*-*-linux* case
Richard Sandiford [Mon, 1 Mar 2004 19:34:14 +0000 (19:34 +0000)]
* configure.in (mips64*-*-linux*): Override mips*-*-linux* case
and disable libgcj.
* configure: Regenerated.

20 years ago* ld.texinfo (Options): Fix example for --wrap.
Andreas Schwab [Mon, 1 Mar 2004 17:33:36 +0000 (17:33 +0000)]
* ld.texinfo (Options): Fix example for --wrap.

20 years agoAdd fr450 support.
Richard Sandiford [Mon, 1 Mar 2004 10:11:46 +0000 (10:11 +0000)]
Add fr450 support.

20 years agocpu/
Richard Sandiford [Mon, 1 Mar 2004 09:42:33 +0000 (09:42 +0000)]
cpu/
* frv.cpu (nsdiv, nudiv, nsdivi, nudivi): Remove fr400 profiling unit.
(scutss): Change unit to I0.
(calll, callil, ccalll): Add missing FR550-MAJOR and profile unit.
(mqsaths): Fix FR400-MAJOR categorization.
(media-quad-multiply-cross-acc, media-quad-cross-multiply-cross-acc)
(media-quad-cross-multiply-acc): Change unit from MDUALACC to FMALL.
* frv.opc (fr400_check_insn_major_constraints): Check for (M-2,M-1)
combinations.

opcodes/
* frv-desc.c, frv-opc.c: Regenerate.

sim/frv/
* cache.c (frv_cache_init): Change fr400 cache statistics to match
the fr405.
(non_cache_access): Add missing breaks.
* interrupts.c (set_exception_status_registers): Always set EAR15
for data_access_errors.
* memory.c (fr400_check_write_address): Remove redundant alignment
check.
* model.c: Regenerate.

20 years agocpu/
Richard Sandiford [Mon, 1 Mar 2004 09:26:25 +0000 (09:26 +0000)]
cpu/
* frv.cpu (r-store, r-store-dual, r-store-quad): Delete.
(rstb, rsth, rst, rstd, rstq): Delete.
(rstbf, rsthf, rstf, rstdf, rstqf): Delete.

gas/testsuite/
* gas/frv/allinsn.s (rstb, rsth, rst, rstd, rstq): Replace with nops.
(rstbf, rsthf, rstf, rstdf, rstqf): Likewise.
* gas/frv/allinsn.d: Update accordingly.

opcodes/
* frv-desc.c, frv-opc.c, frv-opc.h: Regenerate.

sim/frv/
* decode.c, decode.h, model.c, sem.c: Regenerate.

sim/testsuite/
* sim/frv/{rstb,rsth,rst,rstd,rstq}.cgs: Delete.
* sim/frv/{rstbf,rsthf,rstf,rstdf,rstqf}.cgs: Delete.

20 years agodaily update
Alan Modra [Sun, 29 Feb 2004 23:00:21 +0000 (23:00 +0000)]
daily update

20 years ago2004-02-28 H.J. Lu <hongjiu.lu@intel.com>
H.J. Lu [Sun, 29 Feb 2004 06:11:52 +0000 (06:11 +0000)]
2004-02-28  H.J. Lu  <hongjiu.lu@intel.com>

* elf-bfd.h (_bfd_elf_link_add_archive_symbols): New prototype.

* elflink.h (is_global_data_symbol_definition): Moved to
elflink.c.
(elf_link_is_defined_archive_symbol): Likewise.
(elf_link_add_archive_symbols): Likewise. Renamed to
_bfd_elf_link_add_archive_symbols.

* elflink.c (elf_link_is_defined_archive_symbol): Get the size
of ELF symbol table entry from backend.
(_bfd_elf_link_add_archive_symbols): Call bfd_link_add_symbols
instead of elf_link_add_object_symbols.

20 years agodaily update
Alan Modra [Sat, 28 Feb 2004 23:00:05 +0000 (23:00 +0000)]
daily update

20 years ago PR bootstrap/7087
Nathanael Nerode [Sat, 28 Feb 2004 22:03:47 +0000 (22:03 +0000)]
PR bootstrap/7087
* Makefile.tpl: Guard XFOO sed statements better.
* Makefile.tpl: Add dependency for configure-target-libada.
* Makefile.in: Regenerate (incidentally fixes broken
commit when libada-branch was merged).

20 years ago2004-02-28 Andrew Cagney <cagney@redhat.com>
Andrew Cagney [Sat, 28 Feb 2004 21:52:04 +0000 (21:52 +0000)]
2004-02-28  Andrew Cagney  <cagney@redhat.com>

* src-release (CVS_NAMES): Define.
(do-tar, do-tar): Prune $(CVS_NAMES).

20 years ago* elf-bfd.h (struct elf_backend_data): Added
Alexandre Oliva [Sat, 28 Feb 2004 00:35:45 +0000 (00:35 +0000)]
* elf-bfd.h (struct elf_backend_data): Added
elf_backend_can_make_relative_eh_frame,
elf_backend_can_make_lsda_relative_eh_frame and
elf_backend_encode_eh_address.
(_bfd_elf_encode_eh_address): Declare.
(_bfd_elf_can_make_relative): Declare.
* elf-eh-frame.c (_bfd_elf_discard_section_eh_frame): Use new
hooks to decide whether to attempt to make_relative and
make_lsda_relative.
(_bfd_elf_write_section_eh_frame_hdr): Call encode_eh_address.
(_bfd_elf_can_make_relative): New.
(_bfd_elf_encode_eh_address): New.
* elf32-frv.c (frv_elf_use_relative_eh_frame): New.
(frv_elf_encode_eh_address): New.
(elf_backend_can_make_relative_eh_frame): Define.
(elf_backend_can_make_lsda_relative_eh_frame): Define.
(elf_backend_encode_eh_address): Define.
* elfxx-target.h
(elf_backend_can_make_relative_eh_frame): Define.
(elf_backend_can_make_lsda_relative_eh_frame): Define.
(elf_backend_encode_eh_address): Define.
(elfNN_bed): Add them.

20 years ago* elf32-frv.c (elf32_frv_howto_table) <R_FRV_LABEL16>: Set
Alexandre Oliva [Sat, 28 Feb 2004 00:33:33 +0000 (00:33 +0000)]
* elf32-frv.c (elf32_frv_howto_table) <R_FRV_LABEL16>: Set
complain_on_overflow to signed.

20 years agodaily update
Alan Modra [Fri, 27 Feb 2004 23:00:04 +0000 (23:00 +0000)]
daily update

20 years ago2004-02-27 H.J. Lu <hongjiu.lu@intel.com>
H.J. Lu [Fri, 27 Feb 2004 17:02:48 +0000 (17:02 +0000)]
2004-02-27  H.J. Lu  <hongjiu.lu@intel.com>

* elflink.h (sort_symbol): New.
(elf_link_add_object_symbols): Use a sorted symbol array for
weakdef.

20 years ago2004-02-26 Andrew Stubbs <andrew.stubbs@superh.com>
Joern Rennecke [Fri, 27 Feb 2004 14:17:36 +0000 (14:17 +0000)]
2004-02-26  Andrew Stubbs  <andrew.stubbs@superh.com>

* sh-opc.h: Move fsca and fsrra instructions from sh4a to sh4.
Also correct mistake in the comment.

20 years agoAdd -no-bitinst switch for M32R2
Nick Clifton [Fri, 27 Feb 2004 14:13:18 +0000 (14:13 +0000)]
Add -no-bitinst switch for M32R2

20 years agoUndo previous delta
Nick Clifton [Fri, 27 Feb 2004 13:16:39 +0000 (13:16 +0000)]
Undo previous delta
Fix underlying problem by changing the order of tests of rel->howto.

20 years ago * config/tc-s390.c (s390_insn): Correct range check for opcode in
Martin Schwidefsky [Fri, 27 Feb 2004 12:33:11 +0000 (12:33 +0000)]
* config/tc-s390.c (s390_insn): Correct range check for opcode in
.insn pseudo operation.

20 years agoFix seg fault on erroneous input
Nick Clifton [Fri, 27 Feb 2004 12:21:57 +0000 (12:21 +0000)]
Fix seg fault on erroneous input

20 years ago * ar.c (main): Support POSIX-compatible argument parsing.
Andreas Schwab [Fri, 27 Feb 2004 11:04:36 +0000 (11:04 +0000)]
* ar.c (main): Support POSIX-compatible argument parsing.

testsuite:
* binutils-all/ar.exp (argument_parsing): New test.

20 years ago * elf32-s390.c (allocate_dynrelocs): Use SYMBOL_REFERENCES_LOCAL
Martin Schwidefsky [Fri, 27 Feb 2004 10:03:05 +0000 (10:03 +0000)]
* elf32-s390.c (allocate_dynrelocs): Use SYMBOL_REFERENCES_LOCAL
for pc relative relocs.
(elf_s390_relocate_section): Likewise.
* elf64-s390.c (allocate_dynrelocs): Use SYMBOL_REFERENCES_LOCAL
for pc relative relocs.
(elf_s390_relocate_section): Likewise.

20 years agodaily update
Alan Modra [Thu, 26 Feb 2004 23:00:05 +0000 (23:00 +0000)]
daily update

20 years ago2004-02-26 Eric Christopher <echristo@redhat.com>
Eric Christopher [Thu, 26 Feb 2004 21:27:32 +0000 (21:27 +0000)]
2004-02-26  Eric Christopher  <echristo@redhat.com>

* config/tc-mips.c (mips_dwarf2_addr_size): New.
* config/tc-mips.h (DWARF2_ADDR_SIZE): Use.

20 years ago2004-02-26 H.J. Lu <hongjiu.lu@intel.com>
H.J. Lu [Thu, 26 Feb 2004 17:45:19 +0000 (17:45 +0000)]
2004-02-26  H.J. Lu  <hongjiu.lu@intel.com>

* elfxx-ia64.c (elfNN_ia64_check_relocs): Fix call to
count_dyn_reloc.

20 years ago2004-02-23 Andrew Stubbs <andrew.stubbs@superh.com>
Joern Rennecke [Thu, 26 Feb 2004 16:14:42 +0000 (16:14 +0000)]
2004-02-23  Andrew Stubbs <andrew.stubbs@superh.com>

gas:
* tc-sh.c (build_Mytes): Add REG_N_D and REG_N_B01
nibble types to assembler.
opcodes:
* sh-dis.c (print_insn_sh): Add REG_N_D nibble type to
ensure that double registers have even numbers.
Add REG_N_B01 for nn01 (binary 01) nibble to ensure
that reserved instruction 0xfffd does not decode the same
as 0xfdfd (ftrv).
* sh-opc.h: Add REG_N_D nibble type and use it whereever
REG_N refers to a double register.
Add REG_N_B01 nibble type and use it instead of REG_NM
in ftrv.
Adjust the bit patterns in a few comments.

20 years agoPatch reviewed and approved by nickc@redhat.com.
Fred Fish [Thu, 26 Feb 2004 14:12:26 +0000 (14:12 +0000)]
Patch reviewed and approved by nickc@redhat.com.

2004-02-25  Fred Fish  <fnf@redhat.com>
* config/tc-iq2000.c: Add missing \n\ in multiline string literal.

20 years ago2004-02-25 H.J. Lu <hongjiu.lu@intel.com>
H.J. Lu [Thu, 26 Feb 2004 03:54:06 +0000 (03:54 +0000)]
2004-02-25  H.J. Lu  <hongjiu.lu@intel.com>

* elfxx-ia64.c (elfNN_ia64_dyn_reloc_entry): Add the reltext.
field to track if a relocation is against readonly section.
(count_dyn_reloc): Take a new argument for rent->reltext.
(elfNN_ia64_check_relocs): Adjust call to count_dyn_reloc.
(get_reloc_section): Don't set ia64_info->reltext here.
(allocate_dynrel_entries): Set ia64_info->reltext here.

20 years ago * ppc-opc.c (powerpc_opcodes): Change mask for dcbt and dcbtst.
Aldy Hernandez [Thu, 26 Feb 2004 03:24:44 +0000 (03:24 +0000)]
    * ppc-opc.c (powerpc_opcodes): Change mask for dcbt and dcbtst.

20 years agodaily update
Alan Modra [Wed, 25 Feb 2004 23:00:05 +0000 (23:00 +0000)]
daily update

20 years ago * pe-dll.c (fill_edata): Check that exported_symbol_sections is
Danny Smith [Wed, 25 Feb 2004 21:00:32 +0000 (21:00 +0000)]
* pe-dll.c (fill_edata): Check that exported_symbol_sections is
not NULL.

20 years agomerge from gcc
DJ Delorie [Wed, 25 Feb 2004 05:40:03 +0000 (05:40 +0000)]
merge from gcc

20 years agomerge from gcc
DJ Delorie [Wed, 25 Feb 2004 02:04:37 +0000 (02:04 +0000)]
merge from gcc

20 years agodaily update
Alan Modra [Tue, 24 Feb 2004 23:00:06 +0000 (23:00 +0000)]
daily update

20 years ago* ld-frv/fdpic-pie-2.d: Adjust for decay of FUNCDESC relocs that
Alexandre Oliva [Tue, 24 Feb 2004 16:39:09 +0000 (16:39 +0000)]
* ld-frv/fdpic-pie-2.d: Adjust for decay of FUNCDESC relocs that
bind locally.
* ld-frv/fdpic-pie-8.d: Likewise.
* ld-frv/fdpic-shared-4.d: Likewise.
* ld-frv/fdpic-pie-6-fail.d: Renamed from...
* ld-frv/fdpic-pie-6.d: New test.
* ld-frv/fdpic-shared-6-fail.d: Renamed from...
* ld-frv/fdpic-shared-6.d: New test.
* ld-frv/fdpic6.ldv: New.
* ld-frv/fdpic-static-6.d: Adjust test name.
* ld-frv/fdpic-pie-8-fail.d: Removed.
* ld-frv/fdpic.exp: Run new tests.

20 years ago* elf32-frv.c (FRV_SYM_LOCAL): Weak undefined doesn't imply local.
Alexandre Oliva [Tue, 24 Feb 2004 16:39:01 +0000 (16:39 +0000)]
* elf32-frv.c (FRV_SYM_LOCAL): Weak undefined doesn't imply local.
(_frv_emit_got_relocs_plt_entries): Decay relocation to protected
function's descriptor to symbol+offset, and map local undefweak
symbol to NULL function descriptor.
(elf32_frv_relocate_section): Likewise.

20 years agomerge from gcc
DJ Delorie [Tue, 24 Feb 2004 16:30:50 +0000 (16:30 +0000)]
merge from gcc

20 years agodaily update
Alan Modra [Mon, 23 Feb 2004 23:00:05 +0000 (23:00 +0000)]
daily update

20 years ago * ldlang.c (lang_check): Use %P, not %E, in error message.
Ian Lance Taylor [Mon, 23 Feb 2004 19:41:53 +0000 (19:41 +0000)]
* ldlang.c (lang_check): Use %P, not %E, in error message.

20 years ago2004-02-23 Andrew Cagney <cagney@redhat.com>
Andrew Cagney [Mon, 23 Feb 2004 19:37:48 +0000 (19:37 +0000)]
2004-02-23  Andrew Cagney  <cagney@redhat.com>

* texinfo/texinfo.tex: Update from version 2003-02-03.16 to
2004-02-19.09.

20 years agoApply m32r patches from Renesas
Nick Clifton [Mon, 23 Feb 2004 16:46:46 +0000 (16:46 +0000)]
Apply m32r patches from Renesas

20 years agoAdd support for 64bit NETBSD cores
Nick Clifton [Mon, 23 Feb 2004 15:25:20 +0000 (15:25 +0000)]
Add support for 64bit NETBSD cores

20 years ago * ldlang.h (struct lang_output_section_state): Change processed
Nathan Sidwell [Mon, 23 Feb 2004 10:10:02 +0000 (10:10 +0000)]
* ldlang.h (struct lang_output_section_state): Change processed
field's type.
* ldexp.c (check, invalid): Remove.
(fold_name): Move valid_p assignments. Create undefined symbol
when needed. Directly exampine section's processd flag.
* ldlang.c (lang_output_section_statement_lookup): Adjust
processed field init.
(lang_size_sections_1): Allow LOADADDR when determining section's
VMA. Adjust error message. Fold data statement's expr.
(lang_size_sections): Correctly increment lang_statement_iteration.

* ld-scripts/provide.exp: New.
* ld-scripts/provide-{1,2,3}.{s,t,d}.exp: New.

* ldexp.c (fold_tree): Follow indirect symbols.

20 years ago * ld-scripts/data.t: Set ".other" address so location doesn't
Alan Modra [Mon, 23 Feb 2004 09:24:46 +0000 (09:24 +0000)]
* ld-scripts/data.t: Set ".other" address so location doesn't
depend on target alignment.
* ld-scripts/data.d: Update.

20 years ago * elflink.h (size_dynamic_sections): If not adding DT_FLAGS and
Jakub Jelinek [Mon, 23 Feb 2004 09:01:58 +0000 (09:01 +0000)]
* elflink.h (size_dynamic_sections): If not adding DT_FLAGS and
DF_BIND_NOW is set in info->flags, create DT_BIND_NOW dynamic entry.

20 years ago(process_mips_specific): Print conflictsno as an unsigned long.
Nick Clifton [Mon, 23 Feb 2004 08:45:05 +0000 (08:45 +0000)]
(process_mips_specific): Print conflictsno as an unsigned long.

20 years agodaily update
Alan Modra [Sun, 22 Feb 2004 23:00:04 +0000 (23:00 +0000)]
daily update

20 years ago2004-02-21 H.J. Lu <hongjiu.lu@intel.com>
H.J. Lu [Sat, 21 Feb 2004 23:05:13 +0000 (23:05 +0000)]
2004-02-21  H.J. Lu  <hongjiu.lu@intel.com>

* elflink.c (_bfd_elf_merge_symbol): Properly handle undefined
symbols with non-default visibility.

20 years agodaily update
Alan Modra [Sat, 21 Feb 2004 23:00:05 +0000 (23:00 +0000)]
daily update

20 years ago* dlltool.c (gen_exp_file): Always output names for forwarded symbols.
Christopher Faylor [Sat, 21 Feb 2004 21:28:22 +0000 (21:28 +0000)]
* dlltool.c (gen_exp_file): Always output names for forwarded symbols.

20 years ago * peXXigen.c (_bfd_XXi_swap_scnhdr_out): Clear
Danny Smith [Sat, 21 Feb 2004 06:16:02 +0000 (06:16 +0000)]
* peXXigen.c (_bfd_XXi_swap_scnhdr_out): Clear
IMAGE_SCN_MEM_WRITE on known sections only.

20 years agoFix unwind info problems with .align.
Jim Wilson [Sat, 21 Feb 2004 00:24:15 +0000 (00:24 +0000)]
Fix unwind info problems with .align.
* config/tc-ia64.c (slot_index): New arg before_relax.  Use instead of
finalize_syms.
(fixup_unw_records): New arg before_relax.  Pass to slot_index.
(ia64_estimate_size_before_relax): New.
(ia64_convert_frag): Pass 0 to fixup_unw_records.  Add comment.
(generate_unwind_image): Pass 1 to fixup_unw_records.
* config/tc-ia64.h (ia64_estimate_size_before_relax): Declare.
(md_estimate_size_before_relax): Call ia64_estimate_size_before_relax.

20 years agodaily update
Alan Modra [Fri, 20 Feb 2004 23:00:05 +0000 (23:00 +0000)]
daily update

20 years ago * elf32-ppc.c (allocate_dynrelocs): Create dynsym for undef weak
Jakub Jelinek [Fri, 20 Feb 2004 17:36:36 +0000 (17:36 +0000)]
* elf32-ppc.c (allocate_dynrelocs): Create dynsym for undef weak
symbols used in PIE relocs.

20 years ago2004-02-20 Andrew Cagney <cagney@redhat.com>
Andrew Cagney [Fri, 20 Feb 2004 16:26:45 +0000 (16:26 +0000)]
2004-02-20  Andrew Cagney  <cagney@redhat.com>

* m32r.opc, m32r.cpu: New files.  Written by , Doug Evans, Nick
Clifton, Ben Elliston, Matthew Green, and Andrew Haley.

20 years ago2004-02-20 Andrew Cagney <cagney@redhat.com>
Andrew Cagney [Fri, 20 Feb 2004 16:23:01 +0000 (16:23 +0000)]
2004-02-20  Andrew Cagney  <cagney@redhat.com>

* sh.cpu, sh.opc, sh64-compact.cpu, sh64-media.cpu: New files, all
written by Ben Elliston.

20 years ago * ldgram.y (exp): Add two operand ALIGN.
Nathan Sidwell [Fri, 20 Feb 2004 15:31:10 +0000 (15:31 +0000)]
* ldgram.y (exp): Add two operand ALIGN.
* ldexp.c (fold_binary): Add ALIGN_K case.
* ld.texinfo (ALIGN): Document two operand version.
* ld-scripts/align.{s,t,exp}: New.

20 years ago * binutils-all/objcopy.exp: Reorder arguments for POSIXLY_CORRECT
Nathan Sidwell [Fri, 20 Feb 2004 15:21:54 +0000 (15:21 +0000)]
* binutils-all/objcopy.exp: Reorder arguments for POSIXLY_CORRECT
systems.p

20 years ago2004-02-20 Aldy Hernandez <aldyh@redhat.com>
Aldy Hernandez [Fri, 20 Feb 2004 05:10:13 +0000 (05:10 +0000)]
2004-02-20  Aldy Hernandez  <aldyh@redhat.com>

* ppc-opc.c (powerpc_opcodes): Move mfmcsrr0 before mfdc_dat.

20 years ago2004-02-20 Aldy Hernandez <aldyh@redhat.com>
Aldy Hernandez [Fri, 20 Feb 2004 04:56:34 +0000 (04:56 +0000)]
2004-02-20  Aldy Hernandez  <aldyh@redhat.com>

* ppc-opc.c (powerpc_opcodes): Add m*ivor35.

20 years ago * ppc-opc.c (powerpc_opcodes): Add mfivor32, mfivor33, mfivor34,
Aldy Hernandez [Fri, 20 Feb 2004 04:45:37 +0000 (04:45 +0000)]
    * ppc-opc.c (powerpc_opcodes): Add mfivor32, mfivor33, mfivor34,
        mtivor32, mtivor33, mtivor34.

20 years ago PR bootstrap/11932
Nathanael Nerode [Fri, 20 Feb 2004 02:05:00 +0000 (02:05 +0000)]
PR bootstrap/11932
* mkinstalldirs, install-sh: Import from automake CVS HEAD.

20 years ago2004-02-19 Aldy Hernandez <aldyh@redhat.com>
Aldy Hernandez [Fri, 20 Feb 2004 00:17:23 +0000 (00:17 +0000)]
2004-02-19  Aldy Hernandez  <aldyh@redhat.com>

        * ppc-opc.c: Add mfmcar.

20 years agodaily update
Alan Modra [Thu, 19 Feb 2004 23:00:12 +0000 (23:00 +0000)]
daily update

20 years agogas/
Jakub Jelinek [Thu, 19 Feb 2004 17:15:28 +0000 (17:15 +0000)]
gas/
* stabs.c (generate_asm_file): Avoid warning about use of
uninitialized variable.
binutils/
* objcopy.c (copy_section): Avoid warnings.

20 years agoIndex: ChangeLog
Andrew Cagney [Thu, 19 Feb 2004 14:55:25 +0000 (14:55 +0000)]
Index: ChangeLog
2004-02-19  Andrew Cagney  <cagney@redhat.com>

* config.guess: Update from version 2003-06-12 to 2004-02-16.
* config.sub: Update from version 2003-06-13 to 2004-02-16.

Index: dejagnu/ChangeLog
2004-02-19  Andrew Cagney  <cagney@redhat.com>

* config.guess: Update from version 2003-06-12 to 2004-02-16.
* config.sub: Update from version 2003-06-13 to 2004-02-16.

Index: readline/ChangeLog.gdb
2004-02-19  Andrew Cagney  <cagney@redhat.com>

* config.guess: Update from version 2003-06-12 to 2004-02-16.
* config.sub: Update from version 2003-06-13 to 2004-02-16.

20 years ago * ldlang.c (map_input_to_output_sections): Initialize sections
Nathan Sidwell [Thu, 19 Feb 2004 14:08:31 +0000 (14:08 +0000)]
* ldlang.c (map_input_to_output_sections): Initialize sections
mentioned in a data statement expression.
(lang_do_assignments_1): Add data statement's expression's
section's vma.
* ld-scripts/data.{s,t,d,exp}: New.

20 years ago * elf32-sparc.c (elf32_sparc_finish_dynamic_sections): Clear
Jakub Jelinek [Thu, 19 Feb 2004 11:01:39 +0000 (11:01 +0000)]
* elf32-sparc.c (elf32_sparc_finish_dynamic_sections): Clear
.plt sh_entsize.

20 years agoYet another fix for -falign-loops problems.
Jim Wilson [Thu, 19 Feb 2004 01:24:29 +0000 (01:24 +0000)]
Yet another fix for -falign-loops problems.
* config/tc-ia64.c (ia64_flush_insns): In addition to prologue,
body, and endp, allow unwind records which do not have a "t"
(time/instruction) field.

20 years agodaily update
Alan Modra [Wed, 18 Feb 2004 23:00:22 +0000 (23:00 +0000)]
daily update

20 years ago * configure.in: Update version to 2.15.90.
Daniel Jacobowitz [Wed, 18 Feb 2004 17:17:17 +0000 (17:17 +0000)]
* configure.in: Update version to 2.15.90.
* configure: Regenerate.

20 years ago * ldgram.y (statement_anywhere): Add assert rule.
Nathan Sidwell [Wed, 18 Feb 2004 16:37:21 +0000 (16:37 +0000)]
* ldgram.y (statement_anywhere): Add assert rule.
* ldlang.c (exp_init_os): Add assert case.
* testsuite/ld-scripts/assert.{s,t,exp}: New.

20 years agoApply fixes for Maverick Crunch
Nick Clifton [Wed, 18 Feb 2004 16:28:18 +0000 (16:28 +0000)]
Apply fixes for Maverick Crunch

20 years agodaily update
Alan Modra [Tue, 17 Feb 2004 23:00:05 +0000 (23:00 +0000)]
daily update

20 years agobfd/
Richard Sandiford [Tue, 17 Feb 2004 10:19:24 +0000 (10:19 +0000)]
bfd/
* elfxx-mips.c (mips_elf_calculate_relocation): Use
_bfd_elf_symbol_refs_local_p to decide whether to decay
a GOT_PAGE/GOT_OFST pair to GOT_DISP/addend.
(_bfd_mips_elf_check_relocs): Add a global GOT entry for GOT_PAGE
relocs if the symbol wasn't defined by a regular object file.
Don't check the symbol's dynindx.

ld/testsuite/
* ld-mips/elf/elf-rel-xgot-{n32,n64-linux}.d: Update after 2004-02-02
changes to the way large constants are added.
* ld-mips/elf/elf-rel-got-{n32,n64-linux}.d: Likewise.  Adjust order
of GOT entries after today's change to the handling of GOT_PAGE
relocations.

20 years agomerge from gcc
DJ Delorie [Tue, 17 Feb 2004 02:11:39 +0000 (02:11 +0000)]
merge from gcc

20 years agodaily update
Alan Modra [Mon, 16 Feb 2004 23:00:05 +0000 (23:00 +0000)]
daily update

20 years ago2004-02-16 Andrew Cagney <cagney@redhat.com>
Andrew Cagney [Mon, 16 Feb 2004 18:46:40 +0000 (18:46 +0000)]
2004-02-16  Andrew Cagney  <cagney@redhat.com>

* bfd-in.h (file_ptr, ufile_ptr): Configure type using
@bfd_file_ptr@.
* bfd-in2.h: Re-generate.

20 years agodaily update
Alan Modra [Sun, 15 Feb 2004 23:00:05 +0000 (23:00 +0000)]
daily update

20 years agoUse bfd_cache_close, instead of accessing bfd->iostream directly.
Andrew Cagney [Sun, 15 Feb 2004 02:24:53 +0000 (02:24 +0000)]
Use bfd_cache_close, instead of accessing bfd->iostream directly.

20 years agodaily update
Alan Modra [Sat, 14 Feb 2004 23:00:09 +0000 (23:00 +0000)]
daily update

20 years ago2004-02-14 Andrew Cagney <cagney@redhat.com>
Andrew Cagney [Sat, 14 Feb 2004 15:38:20 +0000 (15:38 +0000)]
2004-02-14  Andrew Cagney  <cagney@redhat.com>

* configure.host (HDEFINES): When hppa*-*-hpux*, define
_LARGEFILE64_SOURCE.

20 years ago * emulparams/elf32bmipn32-defs.sh (OTHER_SECTIONS): Discard
Richard Sandiford [Sat, 14 Feb 2004 11:45:25 +0000 (11:45 +0000)]
* emulparams/elf32bmipn32-defs.sh (OTHER_SECTIONS): Discard
.MIPS.content* and .MIPS.events* sections.

20 years ago2004-02-13 Hannes Reinecke <hare@suse.de>
Andreas Jaeger [Fri, 13 Feb 2004 16:12:47 +0000 (16:12 +0000)]
2004-02-13  Hannes Reinecke  <hare@suse.de>
            Jakub Jelinek  <jakub@redhat.com>

* dwarf2dbg.c (get_filenum): Do not read beyond allocated memory.

20 years ago2004-02-13 Andrew Cagney <cagney@redhat.com>
Andrew Cagney [Fri, 13 Feb 2004 14:58:58 +0000 (14:58 +0000)]
2004-02-13  Andrew Cagney  <cagney@redhat.com>

* elf.c (vma_page_aligned_bias): New function.
(assign_file_positions_except_relocs)
(assign_file_positions_for_segments): Replace broken modulo
arithmetic with call to vma_page_aligned_bias.

20 years ago * m32r-dis.c: Regenerate.
Ben Elliston [Fri, 13 Feb 2004 03:21:49 +0000 (03:21 +0000)]
* m32r-dis.c: Regenerate.

20 years agodaily update
Alan Modra [Thu, 12 Feb 2004 23:00:05 +0000 (23:00 +0000)]
daily update

20 years ago2004-02-11 Andrew Cagney <cagney@redhat.com>
Andrew Cagney [Wed, 11 Feb 2004 23:23:20 +0000 (23:23 +0000)]
2004-02-11  Andrew Cagney  <cagney@redhat.com>

* bfd-in.h: Update copyright.
(bfd_tell): Change return type to file_ptr.
* bfd-in2.h: Re-generate.
* cache.c: Update copyright.
(bfd_cache_lookup_worker): Use real_fseek, do not cast offset
parameter.
(close_one): Use real_ftell.
* bfdio.c: Update copyright.
(real_ftell, real_fseek): New functions.
(bfd_tell): Use real_fseek and real_ftell, change return type to
file_ptr.
(bfd_seek): Use real_ftell and real_fseek, change type of
file_position to a file_ptr.
* libbfd-in.h: Update copyright.
(real_ftell, real_fseek): Declare.
* libbfd.h: Re-generate.

20 years agodaily update
Alan Modra [Wed, 11 Feb 2004 23:00:05 +0000 (23:00 +0000)]
daily update

20 years ago* config.in: Re-generate.
Andrew Cagney [Wed, 11 Feb 2004 22:05:35 +0000 (22:05 +0000)]
* config.in: Re-generate.

20 years ago2004-02-11 Andrew Cagney <cagney@redhat.com>
Andrew Cagney [Wed, 11 Feb 2004 22:01:00 +0000 (22:01 +0000)]
2004-02-11  Andrew Cagney  <cagney@redhat.com>

* configure.in (AC_CHECK_FUNCS): Check for ftello, ftello64,
fseeko and fseeko64.  Determine bfd_file_ptr.
* configure: Re-generate.

20 years ago* configure.in (powerpc-*-aix*): Add target-libada to noconfigdirs.
DJ Delorie [Wed, 11 Feb 2004 17:52:06 +0000 (17:52 +0000)]
* configure.in (powerpc-*-aix*): Add target-libada to noconfigdirs.
(rs6000-*-aix*): Same.
* configure: Regenerate.