OSDN Git Service

pf3gnuchains/pf3gnuchains4x.git
18 years ago2006-06-06 Paul Brook <paul@codesourcery.com>
Paul Brook [Wed, 7 Jun 2006 14:08:19 +0000 (14:08 +0000)]
2006-06-06  Paul Brook  <paul@codesourcery.com>

opcodes/
* arm-dis.c (coprocessor_opcodes): Add %c to unconditional arm
instructions.
(neon_opcodes): Add conditional execution specifiers.
(thumb_opcodes): Ditto.
(thumb32_opcodes): Ditto.
(arm_conditional): Change 0xe to "al" and add "" to end.
(ifthen_state, ifthen_next_state, ifthen_address): New.
(IFTHEN_COND): Define.
(print_insn_coprocessor, print_insn_neon): Print thumb conditions.
(print_insn_arm): Change %c to use new values of arm_conditional.
(print_insn_thumb16): Print thumb conditions.  Add %I.
(print_insn_thumb32): Print thumb conditions.
(find_ifthen_state): New function.
(print_insn): Track IT block state.
gas/testsuite/
* gas/arm/thumb2_bcond.d: Update expected output.
* gas/arm/thumb32.d: Ditto.
* gas/arm/vfp1_t2.d: Ditto.
* gas/arm/vfp1xD_t2.d: Ditto.
binutils/testsuite/
* binutils-all/arm/objdump.exp: New file.
* binutils-all/arm/thumb2-cond.s: New test.

18 years agoremove some duplicate #include's.
Alan Modra [Wed, 7 Jun 2006 11:27:58 +0000 (11:27 +0000)]
remove some duplicate #include's.

18 years agoinclude/opcode/
Alan Modra [Wed, 7 Jun 2006 05:23:59 +0000 (05:23 +0000)]
include/opcode/
* ppc.h (PPC_OPCODE_POWER6): Define.
Adjust whitespace.
gas/
* config/tc-ppc.c (parse_cpu): Handle "-mpower6".
(md_show_usage): Document it.
(ppc_setup_opcodes): Test power6 opcode flag bits.
* doc/c-ppc.texi (PowerPC-Opts): Document "-mpower6".
opcodes/
* ppc-dis.c (powerpc_dialect): Handle power6 option.
(print_ppc_disassembler_options): Mention power6.

18 years ago * ldlang.h (enum section_type): Delete dsect_section, copy_section,
Alan Modra [Wed, 7 Jun 2006 04:55:11 +0000 (04:55 +0000)]
* ldlang.h (enum section_type): Delete dsect_section, copy_section,
info_section and overlay_section.  Add noalloc_section.
* ldlang.c (lang_add_section): Adjust.
* ldgram.y (type): Adjust.

18 years agodaily update
Alan Modra [Wed, 7 Jun 2006 00:00:05 +0000 (00:00 +0000)]
daily update

18 years ago [ gas/ChangeLog ]
Thiemo Seufer [Tue, 6 Jun 2006 10:49:48 +0000 (10:49 +0000)]
[ gas/ChangeLog ]
* config/tc-mips.c (ISA_SUPPORTS_DSP64): New macro.
(CPU_HAS_MIPS3D, CPU_HAS_MDMX, CPU_HAS_DSP, CPU_HAS_MT): Delete.
(macro_build): Update comment.
(mips_ip): Allow DSP64 instructions for MIPS64R2.
(mips_after_parse_args): Remove uses of CPU_HAS_MIPS3D and
CPU_HAS_MDMX.
(mips_cpu_info): Fix formatting. Add MIPS_CPU_ASE_MIPS3D and
MIPS_CPU_ASE_MDMX flags for sb1.

[ gas/testsuite/ChangeLog ]
* gas/mips/mips64-dsp.s, gas/mips/mips64-dsp.d: New DSP64 tests.
* gas/mips/mips.exp: Run DSP64 tests.

[ opcodes/ChangeLog ]
* mips-dis.c: Disassemble DSP64 instructions for MIPS64R2.
* mips-opc.c: Add DSP64 instructions.

18 years ago * ld-elfvers/vers.exp (objdump_versionstuff): Allow versions in
Alan Modra [Tue, 6 Jun 2006 04:30:21 +0000 (04:30 +0000)]
* ld-elfvers/vers.exp (objdump_versionstuff): Allow versions in
any order.
* ld-elfvers/vers1.ver: Update.
* ld-elfvers/vers2.ver: Update.
* ld-elfvers/vers4a.ver: Update.
* ld-elfvers/vers7a.ver: Update.
* ld-elfvers/vers8.ver: Update.
* ld-elfvers/vers9.ver: Update.
* ld-elfvers/vers15.ver: Update.
* ld-elfvers/vers16a.ver: Update.
* ld-elfvers/vers17.ver: Update.
* ld-elfvers/vers18.ver: Update.
* ld-elfvers/vers20.ver: Update.
* ld-elfvers/vers20a.ver: Update.
* ld-elfvers/vers21.ver: Update.
* ld-elfvers/vers22a.ver: Update.
* ld-elfvers/vers22b.ver: Update.
* ld-elfvers/vers23a.ver: Update.
* ld-elfvers/vers23b.ver: Update.
* ld-elfvers/vers23c.ver: Update.
* ld-elfvers/vers25a.ver: Update.
* ld-elfvers/vers26a.ver: Update.
* ld-elfvers/vers27a.ver: Update.
* ld-elfvers/vers27d.ver: Update.
* ld-elfvers/vers28b.ver: Update.
* ld-elfvers/vers29.ver: Update.
* ld-elfvers/vers30.ver: Update.
* ld-elfvers/vers31.ver: Update.

18 years ago * hash.c (bfd_hash_lookup): Correct stray line.
Alan Modra [Tue, 6 Jun 2006 03:04:12 +0000 (03:04 +0000)]
* hash.c (bfd_hash_lookup): Correct stray line.

18 years ago * elf.c (_bfd_elf_init_private_section_data): Comment typo.
Alan Modra [Tue, 6 Jun 2006 02:53:01 +0000 (02:53 +0000)]
* elf.c (_bfd_elf_init_private_section_data): Comment typo.
(elfcore_grok_nto_status): Use long instead of pid_t.
(elfcore_grok_nto_regs, elfcore_grok_nto_note): Likewise.

18 years ago * m68hc11-dis.c (print_insn): Warning fix.
Alan Modra [Tue, 6 Jun 2006 02:48:34 +0000 (02:48 +0000)]
* m68hc11-dis.c (print_insn): Warning fix.

18 years ago * ldlang.c (init_os): Whitespace.
Alan Modra [Tue, 6 Jun 2006 02:24:33 +0000 (02:24 +0000)]
* ldlang.c (init_os): Whitespace.
(map_input_to_output_sections): Don't init_os for lang_input_section.
(print_all_symbols): Remove forward declaration.  Convert to ISO C.

18 years agodaily update
Alan Modra [Tue, 6 Jun 2006 00:00:04 +0000 (00:00 +0000)]
daily update

18 years ago2006-06-05 Jeff Johnston <jjohnstn@redhat.com>
Jeff Johnston [Mon, 5 Jun 2006 17:45:48 +0000 (17:45 +0000)]
2006-06-05  Jeff Johnston  <jjohnstn@redhat.com>

        * config-ml.in: Alter CCASFLAGS to include special
        multilib options the same as is done for CFLAGS.

18 years ago [ gas/ChangeLog ]
Thiemo Seufer [Mon, 5 Jun 2006 16:28:36 +0000 (16:28 +0000)]
[ gas/ChangeLog ]
* config/tc-mips.c (macro_build): Use INSERT_OPERAND wherew
appropriate.
(mips16_macro_build): Use MIPS16_INSERT_OPERAND where appropriate.
(mips_ip): Make overflowed/underflowed constant arguments in DSP
and MT instructions a fatal error. Use INSERT_OPERAND where
appropriate. Improve warnings for break and wait code overflows.
Use symbolic constant of OP_MASK_COPZ.
(mips16_ip): Use MIPS16_INSERT_OPERAND where appropriate.

[ gas/testsuite/ChangeLog ]
* gas/mips/mips32-dsp.d, gas/mips/mips32-dsp.s, gas/mips/mips32-mt.d,
gas/mips/mips32-mt.s: Remove instructions with invalid arguments.
* gas/mips/mips32-dsp.l, gas/mips/mips32-mt.l: Delete file.

[ include/opcode/ChangeLog ]
* mips.h: Improve description of MT flags.

18 years agobfd/, binutils/, gas/, gprof/, ld/, opcodes/
Daniel Jacobowitz [Mon, 5 Jun 2006 14:04:05 +0000 (14:04 +0000)]
bfd/, binutils/, gas/, gprof/, ld/, opcodes/
* po/Make-in (top_builddir): Define.

18 years ago * ld-elf/sec64k.exp: Add "main" symbol. Use dc.a for addresses.
Alan Modra [Mon, 5 Jun 2006 12:53:50 +0000 (12:53 +0000)]
* ld-elf/sec64k.exp: Add "main" symbol.  Use dc.a for addresses.
Cater for different address sizes.  Match end of line when
comparing symbols.
* ld-elf/start.s: Use dc.a for addresses.

18 years ago * ldexp.c (exp_get_abs_int): Make error message the same as
Alan Modra [Mon, 5 Jun 2006 12:45:34 +0000 (12:45 +0000)]
* ldexp.c (exp_get_abs_int): Make error message the same as
others emitted in this file.

18 years ago * Makefile.in: Regenerate.
Alan Modra [Mon, 5 Jun 2006 12:33:13 +0000 (12:33 +0000)]
* Makefile.in: Regenerate.
* gconfig.in: Regenerate.

18 years ago * config.in: Regenerate.
Alan Modra [Mon, 5 Jun 2006 12:30:16 +0000 (12:30 +0000)]
* config.in: Regenerate.

18 years ago * Makefile.am: Run "make dep-am".
Alan Modra [Mon, 5 Jun 2006 12:28:18 +0000 (12:28 +0000)]
* Makefile.am: Run "make dep-am".
* Makefile.in: Regenerate.
* config.in: Regenerate.

18 years ago * Makefile.in: Regenerate.
Alan Modra [Mon, 5 Jun 2006 12:27:01 +0000 (12:27 +0000)]
* Makefile.in: Regenerate.

18 years ago * ldlang.c (lookup_name): Delete dead code. Remove FIXMEs.
Alan Modra [Mon, 5 Jun 2006 06:12:40 +0000 (06:12 +0000)]
* ldlang.c (lookup_name): Delete dead code.  Remove FIXMEs.

18 years agoRemove leading bfd/ on filenames.
Alan Modra [Mon, 5 Jun 2006 00:12:59 +0000 (00:12 +0000)]
Remove leading bfd/ on filenames.

18 years agodaily update
Alan Modra [Mon, 5 Jun 2006 00:00:04 +0000 (00:00 +0000)]
daily update

18 years agodaily update
Alan Modra [Sun, 4 Jun 2006 00:00:04 +0000 (00:00 +0000)]
daily update

18 years ago * emultempl/elf32.em (global_found): Make it a pointer.
Alan Modra [Sat, 3 Jun 2006 02:45:26 +0000 (02:45 +0000)]
* emultempl/elf32.em (global_found): Make it a pointer.
(stat_needed, try_needed): Adjust.
(check_needed): Don't skip non-loaded as-needed entries.  Only
consider entries with both filename and the_bfd non-null.
(after_open): Try loading non-loaded as-needed libs to satisfy
DT_NEEDED libs.

18 years agodaily update
Alan Modra [Sat, 3 Jun 2006 00:00:06 +0000 (00:00 +0000)]
daily update

18 years agobinutils:
Joseph Myers [Fri, 2 Jun 2006 23:08:12 +0000 (23:08 +0000)]
binutils:
* doc/Makefile.am (TEXI2DVI): Define.
* doc/Makefile.in: Regenerate.

gas:
* doc/Makefile.am (TEXI2DVI): Define.
* doc/Makefile.in: Regenerate.
* doc/c-arc.texi: Fix typo.

ld:
* Makefile.am (TEXI2DVI): Add -I $(top_srcdir)/../libiberty.
* Makefile.in: Regenerate.

18 years agomerge from gcc
DJ Delorie [Fri, 2 Jun 2006 15:37:03 +0000 (15:37 +0000)]
merge from gcc

18 years ago * ld-powerpc/tlsexe.r: Update for removal of some section syms.
Alan Modra [Fri, 2 Jun 2006 07:53:30 +0000 (07:53 +0000)]
* ld-powerpc/tlsexe.r: Update for removal of some section syms.
* ld-powerpc/tlsexetoc.r: Likewise.
* ld-powerpc/tlsso.r: Likewise.
* ld-powerpc/tlstocso.r: Likewise.
* ld-s390/tlsbin_64.rd: Likewise.
* ld-s390/tlspic_64.rd: Likewise.

18 years agobfd/
Alan Modra [Fri, 2 Jun 2006 00:32:00 +0000 (00:32 +0000)]
bfd/
PR ld/2723
* elflink.c (bfd_elf_final_link): Don't output section symbols
for special ELF sections.
ld/testsuite/
Update for removal of some section syms.

18 years agodaily update
Alan Modra [Fri, 2 Jun 2006 00:00:06 +0000 (00:00 +0000)]
daily update

18 years agomerge from gcc
DJ Delorie [Thu, 1 Jun 2006 14:57:50 +0000 (14:57 +0000)]
merge from gcc

18 years ago * doc/c-avr.texi: New file.
Denis Chertykov [Thu, 1 Jun 2006 14:54:25 +0000 (14:54 +0000)]
* doc/c-avr.texi: New file.
* doc/Makefile.am (CPU_DOCS): Add c-avr.texi
* doc/all.texi: Set AVR
* doc/as.texinfo: Include c-avr.texi

18 years ago * config/obj-ieee.c: Delete.
Alan Modra [Thu, 1 Jun 2006 12:21:05 +0000 (12:21 +0000)]
* config/obj-ieee.c: Delete.
* config/obj-ieee.h: Delete.
* Makefile.am (OBJ_FORMATS): Remove ieee.
(OBJ_FORMAT_CFILES, OBJ_FORMAT_HFILES): Similarly.
(obj-ieee.o): Remove rule.
* Makefile.in: Regenerate.
* configure.in (atof): Remove tahoe.
(OBJ_MAYBE_IEEE): Don't define.
* configure: Regenerate.
* config.in: Regenerate.
* doc/Makefile.in: Regenerate.
* po/POTFILES.in: Regenerate.

18 years agoinclude/elf/
H.J. Lu [Thu, 1 Jun 2006 05:40:24 +0000 (05:40 +0000)]
include/elf/

2006-05-31  H.J. Lu  <hongjiu.lu@intel.com>

* internal.h (ELF_SECTION_SIZE): New.
(ELF_IS_SECTION_IN_SEGMENT): Likewise.
(ELF_IS_SECTION_IN_SEGMENT_FILE): Updated.
(ELF_IS_SECTION_IN_SEGMENT_MEMORY): Likewise.

ld/testsuite/

2006-05-31  H.J. Lu  <hongjiu.lu@intel.com>

* ld-elf/binutils.exp: Make it Linux only.
(strip_test): Renamed to binutils_test. Check for unsupported
options.
Add more tests.

* ld-elf/commonpage1.d: Make it Linux only.
* ld-elf/maxpage1.d: Likewise.

* ld-elf/maxpage1.s: Add main, start and __start.

* ld-elf/maxpage2.d: New file.
* ld-elf/tbss1.s: Likewise.
* ld-elf/tbss2.s: Likewise.
* ld-elf/tdata1.s: Likewise.
* ld-elf/tdata2.s: Likewise.

18 years ago * stabs.c (_bfd_link_section_stabs): Use bfd_make_section*_with_flags
Alan Modra [Thu, 1 Jun 2006 03:45:58 +0000 (03:45 +0000)]
* stabs.c (_bfd_link_section_stabs): Use bfd_make_section*_with_flags
instead of bfd_make_section*.
* aix386-core.c: Likewise.
* aix5ppc-core.c: Likewise.
* aout-adobe.c: Likewise.
* aoutf1.h: Likewise.
* binary.c: Likewise.
* cisco-core.c: Likewise.
* coff-arm.c: Likewise.
* coff-h8300.c: Likewise.
* elf.c: Likewise.
* elf32-bfin.c: Likewise.
* elf32-m32c.c: Likewise.
* hppabsd-core.c: Likewise.
* hpux-core.c: Likewise.
* i386linux.c: Likewise.
* ieee.c: Likewise.
* ihex.c: Likewise.
* irix-core.c: Likewise.
* lynx-core.c: Likewise.
* m68klinux.c: Likewise.
* mach-o.c: Likewise.
* netbsd-core.c: Likewise.
* nlmcode.h: Likewise.
* opncls.c: Likewise.
* osf-core.c: Likewise.
* peXXigen.c: Likewise.
* ppcboot.c: Likewise.
* ptrace-core.c: Likewise.
* rs6000-core.c: Likewise.
* sco5-core.c: Likewise.
* sparclinux.c: Likewise.
* srec.c: Likewise.
* sunos.c: Likewise.
* trad-core.c: Likewise.
* xcofflink.c: Likewise.
* xsym.c: Likewise.

18 years agodaily update
Alan Modra [Thu, 1 Jun 2006 00:00:06 +0000 (00:00 +0000)]
daily update

18 years ago * texi2pod.pl: Correct handling of absolute @include.
Daniel Jacobowitz [Wed, 31 May 2006 15:47:48 +0000 (15:47 +0000)]
* texi2pod.pl: Correct handling of absolute @include.

18 years agoConfigury changes: update src repository (binutils, gdb, and rda) to use
Daniel Jacobowitz [Wed, 31 May 2006 15:14:39 +0000 (15:14 +0000)]
Configury changes: update src repository (binutils, gdb, and rda) to use
config/gettext-sister.m4 instead of the old gettext.m4.  Regenerate all
affected autotools files.  Include intl in gdb releases again.

18 years agodaily update
Alan Modra [Wed, 31 May 2006 00:00:07 +0000 (00:00 +0000)]
daily update

18 years agobfd/
H.J. Lu [Tue, 30 May 2006 16:45:32 +0000 (16:45 +0000)]
bfd/

2006-05-30  H.J. Lu  <hongjiu.lu@intel.com>

* bfd.c (bfd_emul_get_maxpagesize): New.
(bfd_elf_set_pagesize): Likewise.
(bfd_emul_set_maxpagesize): Likewise.
(bfd_emul_get_commonpagesize): Likewise.
(bfd_emul_set_commonpagesize): Likewise.
* bfd-in2.h: Regenerated.

* elf-bfd.h (elf_backend_data): Add commonpagesize.
(xvec_get_elf_backend_data): New.
(get_elf_backend_data): Use xvec_get_elf_backend_data.

* elf32-arm.c (elf32_arm_vxworks_bed): Remove const.
* elfxx-target.h (elfNN_bed): Likewise.

* elf32-arm.c (ELF_COMMONPAGESIZE): Defined.
* elf32-mips.c (ELF_COMMONPAGESIZE): Likewise.
* elf32-ppc.c (ELF_COMMONPAGESIZE): Likewise.
* elf32-sh.c (ELF_COMMONPAGESIZE): Likewise.
* elf32-sh64.c (ELF_COMMONPAGESIZE): Likewise.
* elf32-sparc.c (ELF_COMMONPAGESIZE): Likewise.
* elf64-alpha.c (ELF_COMMONPAGESIZE): Likewise.
* elf64-ppc.c (ELF_COMMONPAGESIZE): Likewise.
* elf64-sparc.c (ELF_COMMONPAGESIZE): Likewise.
* elf64-x86-64.c (ELF_COMMONPAGESIZE): Likewise.
* elfn32-mips.c (ELF_COMMONPAGESIZE): Likewise.
* elfxx-ia64.c (ELF_COMMONPAGESIZE): Likewise.

* elfxx-target.h (ELF_COMMONPAGESIZE): Define if not defined.
(elfNN_bed): Initialize commonpagesize with ELF_COMMONPAGESIZE.

* targets.c (bfd_find_target): Support NULL abfd.

ld/

2006-05-30  H.J. Lu  <hongjiu.lu@intel.com>

* emulparams/arcelf.sh (MAXPAGESIZE): Changed to
"CONSTANT (MAXPAGESIZE)".
* emulparams/armelf_nbsd.sh: Likewise.
* emulparams/armelf_vxworks.sh: Likewise.
* emulparams/armnto.sh: Likewise.
* emulparams/armsymbian.sh: Likewise.
* emulparams/crislinux.sh: Likewise.
* emulparams/elf32_i860.sh: Likewise.
* emulparams/elf32_i960.sh: Likewise.
* emulparams/elf32am33lin.sh: Likewise.
* emulparams/elf32bfinfd.sh: Likewise.
* emulparams/elf32bmipn32-defs.sh: Likewise.
* emulparams/elf32frvfd.sh: Likewise.
* emulparams/elf32i370.sh: Likewise.
* emulparams/elf32lppcnto.sh: Likewise.
* emulparams/elf32mcore.sh: Likewise.
* emulparams/elf32openrisc.sh: Likewise.
* emulparams/elf32ppcnto.sh: Likewise.
* emulparams/elf32ppcwindiss.sh: Likewise.
* emulparams/elf32vax.sh: Likewise.
* emulparams/elf32xc16x.sh: Likewise.
* emulparams/elf32xc16xl.sh: Likewise.
* emulparams/elf32xc16xs.sh: Likewise.
* emulparams/elf64_aix.sh: Likewise.
* emulparams/elf64hppa.sh: Likewise.
* emulparams/elf64mmix.sh: Likewise.
* emulparams/elf_i386_be.sh: Likewise.
* emulparams/elf_i386_chaos.sh: Likewise.
* emulparams/elf_i386_ldso.sh: Likewise.
* emulparams/hppa64linux.sh: Likewise.
* emulparams/hppalinux.sh: Likewise.
* emulparams/hppaobsd.sh: Likewise.
* emulparams/i386lynx.sh: Likewise.
* emulparams/i386moss.sh: Likewise.
* emulparams/i386nto.sh: Likewise.
* emulparams/i386nw.sh: Likewise.
* emulparams/m32relf_linux.sh: Likewise.
* emulparams/m68kpsos.sh: Likewise.
* emulparams/or32elf.sh: Likewise.
* emulparams/pjelf.sh: Likewise.
* emulparams/pjlelf.sh: Likewise.
* emulparams/ppclynx.sh: Likewise.
* emulparams/ppcnw.sh: Likewise.
* emulparams/shelf32_nbsd.sh : Likewise.
* emulparams/shelf_nbsd.sh: Likewise.
* emulparams/shelf_nto.sh: Likewise.
* emulparams/shlelf_nto.sh: Likewise.
* emulparams/xtensa-config.sh: Likewise.

* emulparams/armelf_linux.sh (MAXPAGESIZE): Changed to
"CONSTANT (MAXPAGESIZE)".
(COMMONPAGESIZE): Changed to "CONSTANT (COMMONPAGESIZE)".
* emulparams/elf32_sparc.sh: Likewise.
* emulparams/elf32bmip.sh: Likewise.
* emulparams/elf32ppccommon.sh: Likewise.
* emulparams/elf64_ia64.sh: Likewise.
* emulparams/elf64_s390.sh: Likewise.
* emulparams/elf64_sparc.sh: Likewise.
* emulparams/elf64alpha.sh: Likewise.
* emulparams/elf64ppc.sh: Likewise.
* emulparams/elf_i386.sh: Likewise.
* emulparams/elf_i386_vxworks.sh: Likewise.
* emulparams/elf_s390.sh: Likewise.
* emulparams/elf_x86_64.sh: Likewise.
* emulparams/shlelf32_linux.sh: Likewise.
* emulparams/shlelf_linux.sh: Likewise.

* emulparams/elf32bmipn32.sh (COMMONPAGESIZE): Changed to
"CONSTANT (COMMONPAGESIZE)".
* emulparams/elf32btsmipn32.sh: Likewise.

* emultempl/elf32.em (gld${EMULATION_NAME}_handle_option): Add
"-z max-page-size=" and "-z common-page-size=".
(gld${EMULATION_NAME}_list_options): Likewise.

* ld.h (ld_config_type): Add maxpagesize and commonpagesize.

* ld.texinfo: Document "-z max-page-size=" and
"-z common-page-size=".

* ldexp.c (exp_print_token): Handle CONSTANT.
(fold_name): Likewise.
* ldgram.y: Likewise.
* ldlex.l: Likewise.

* ldmain.c (main): Initiliaze config.maxpagesize and
config.commonpagesize. Call bfd_emul_set_maxpagesize if
config.maxpagesize isn't 0. Call bfd_emul_set_commonpagesize if
config.commonpagesize config.maxpagesize isn't 0.
ld/testsuite/

2006-05-30  H.J. Lu  <hongjiu.lu@intel.com>

* ld-elf/binutils.exp: New file.
* ld-elf/commonpage1.d: Likewise.
* ld-elf/maxpage1.d: Likewise.
* ld-elf/maxpage1.s: Likewise.

18 years agoUpdate Spanish translation
Nick Clifton [Tue, 30 May 2006 11:01:59 +0000 (11:01 +0000)]
Update Spanish translation

18 years agodaily update
Alan Modra [Tue, 30 May 2006 00:00:09 +0000 (00:00 +0000)]
daily update

18 years ago * doc/c-avr.texi: New file.
Denis Chertykov [Mon, 29 May 2006 17:57:48 +0000 (17:57 +0000)]
* doc/c-avr.texi: New file.
* doc/Makefile.am (CPU_DOCS): Add c-avr.texi
* doc/all.texi: Set AVR
* doc/as.texinfo: Include c-avr.texi

18 years agodaily update
Alan Modra [Mon, 29 May 2006 00:00:12 +0000 (00:00 +0000)]
daily update

18 years agomerge from gcc
DJ Delorie [Sun, 28 May 2006 17:49:15 +0000 (17:49 +0000)]
merge from gcc

18 years ago * config/bfin-parse.y (check_macfunc): Loose the condition of
Jie Zhang [Sun, 28 May 2006 00:53:08 +0000 (00:53 +0000)]
* config/bfin-parse.y (check_macfunc): Loose the condition of
calling check_multiply_halfregs ().

18 years agodaily update
Alan Modra [Sun, 28 May 2006 00:00:07 +0000 (00:00 +0000)]
daily update

18 years agobfd/
Alan Modra [Sat, 27 May 2006 00:47:45 +0000 (00:47 +0000)]
bfd/
* elf.c (assign_file_positions_for_load_sections): Retrieve
maxpagesize from m->p_align if it is valid.  Set p_vaddr,
p_paddr and p_align earlier.  Revert 2006-05-19 change to p_align.
(copy_elf_program_header): Copy p_align.  Set p_align_valid.
include/elf/
* internal.h (elf_segment_map): Add p_align and p_align_valid.

18 years agodaily update
Alan Modra [Sat, 27 May 2006 00:00:05 +0000 (00:00 +0000)]
daily update

18 years agoRemove ">>>>>>> 1.2917".
H.J. Lu [Fri, 26 May 2006 17:09:48 +0000 (17:09 +0000)]
Remove ">>>>>>> 1.2917".

18 years ago2006-05-26 H.J. Lu <hongjiu.lu@intel.com>
H.J. Lu [Fri, 26 May 2006 14:01:08 +0000 (14:01 +0000)]
2006-05-26  H.J. Lu  <hongjiu.lu@intel.com>

* elf64-x86-64.c (ELF_MINPAGESIZE): Changed to 0x1000.

18 years ago2006-05-25 H.J. Lu <hongjiu.lu@intel.com>
H.J. Lu [Fri, 26 May 2006 03:04:09 +0000 (03:04 +0000)]
2006-05-25  H.J. Lu  <hongjiu.lu@intel.com>

* elf64-x86-64.c (ELF_MINPAGESIZE): Set to 0x100000.

18 years agobfd/
H.J. Lu [Fri, 26 May 2006 02:44:19 +0000 (02:44 +0000)]
bfd/

2006-05-25  H.J. Lu  <hongjiu.lu@intel.com>

* elf64-x86-64.c (ELF_MAXPAGESIZE): Updated to 0x200000.

ld/

2006-05-25  H.J. Lu  <hongjiu.lu@intel.com>

* emulparams/elf_x86_64.sh (MAXPAGESIZE): Updated to 0x200000.

ld/testsuite/

2006-05-25  H.J. Lu  <hongjiu.lu@intel.com>

* ld-x86-64/tlsbin.dd: Updated for 2MB maximum page size.
* ld-x86-64/tlsbin.rd: Likewise.
* ld-x86-64/tlsbin.sd: Likewise.
* ld-x86-64/tlsbin.td: Likewise.
* ld-x86-64/tlsbindesc.dd: Likewise.
* ld-x86-64/tlsbindesc.rd: Likewise.
* ld-x86-64/tlsbindesc.sd: Likewise.
* ld-x86-64/tlsbindesc.td: Likewise.
* ld-x86-64/tlsdesc.dd: Likewise.
* ld-x86-64/tlsdesc.pd: Likewise.
* ld-x86-64/tlsdesc.rd: Likewise.
* ld-x86-64/tlsdesc.sd: Likewise.
* ld-x86-64/tlsdesc.td: Likewise.
* ld-x86-64/tlsgdesc.dd: Likewise.
* ld-x86-64/tlspic.dd: Likewise.
* ld-x86-64/tlspic.rd: Likewise.
* ld-x86-64/tlspic.sd: Likewise.
* ld-x86-64/tlspic.td: Likewise.

18 years agodaily update
Alan Modra [Fri, 26 May 2006 00:00:06 +0000 (00:00 +0000)]
daily update

18 years ago * src-release (DEVO_SUPPORT): Add config.rpath.
Daniel Jacobowitz [Thu, 25 May 2006 17:21:33 +0000 (17:21 +0000)]
* src-release (DEVO_SUPPORT): Add config.rpath.

18 years ago * elf.c (sym_is_global): Return a bfd_boolean.
Alan Modra [Thu, 25 May 2006 15:08:28 +0000 (15:08 +0000)]
* elf.c (sym_is_global): Return a bfd_boolean.
(ignore_section_sym): New function.
(elf_map_symbols): Use ignore_section_sym to discard some syms.
(_bfd_elf_symbol_from_bfd_symbol): Ensure section belongs to
bfd before using elf_section_syms.

18 years ago * MAINTAINERS: Update my email address.
Joern Rennecke [Thu, 25 May 2006 14:07:20 +0000 (14:07 +0000)]
* MAINTAINERS: Update my email address.

18 years ago2006-05-25 H.J. Lu <hongjiu.lu@intel.com>
H.J. Lu [Thu, 25 May 2006 13:59:25 +0000 (13:59 +0000)]
2006-05-25  H.J. Lu  <hongjiu.lu@intel.com>

* config.bfd: (sh-*-linux*): Treat as 64bit target.
(sh*l*-*-netbsdelf*): Likewise.
(sh-*-netbsdelf*): Likewise.
(shl*-*-elf*): Likewise.
(sh[1234]l*-*-elf*): Likewise.
(sh3el*-*-elf*): Likewise.
(shl*-*-kaos*): Likewise.
(sh-*-elf*): Likewise.
(sh[1234]*-elf*): Likewise.
(sh-*-rtems*): Likewise.
(sh-*-kaos*): Likewise.

18 years agoinclude/opcodes/
Richard Sandiford [Thu, 25 May 2006 08:09:03 +0000 (08:09 +0000)]
include/opcodes/
* m68k.h (mcf_mask): Define.

opcodes/
* m68k-opc.c (m68k_opcodes): Fix the masks of the Coldfire fmovemd
and fmovem entries.  Put register list entries before immediate
mask entries.  Use "l" rather than "L" in the fmovem entries.
* m68k-dis.c (match_insn_m68k): Remove the PRIV argument and work it
out from INFO.
(m68k_scan_mask): New function, split out from...
(print_insn_m68k): ...here.  If no architecture has been set,
first try printing an m680x0 instruction, then try a Coldfire one.

gas/testsuite/
* gas/m68k/mcf-fpu.s: Add fmovemd and fmovem instructions.
* gas/m68k/mcf-fpu.d: Adjust accordingly.

18 years ago2006-05-25 Paolo Bonzini <bonzini@gnu.org>
Paolo Bonzini [Thu, 25 May 2006 08:01:03 +0000 (08:01 +0000)]
2006-05-25  Paolo Bonzini  <bonzini@gnu.org>

* Makefile.def (bfd, opcodes): Fix lib_path.
* Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Replace ADAC with ADAFLAGS.
(restrap): Move under "@if gcc-bootstrap".  Fix typo.
* Makefile.in: Regenerate.

18 years ago * gas/bfin/vector2.s, gas/bfin/vector2.d: Test to ensure (m) is not
Jie Zhang [Thu, 25 May 2006 04:07:53 +0000 (04:07 +0000)]
* gas/bfin/vector2.s, gas/bfin/vector2.d: Test to ensure (m) is not
thrown away.

18 years ago * config/bfin-parse.y (asm_1): Better check and deal with
Jie Zhang [Thu, 25 May 2006 04:07:08 +0000 (04:07 +0000)]
* config/bfin-parse.y (asm_1): Better check and deal with
vector and scalar Multiply 16-Bit Operands instructions.

18 years agobfd/
H.J. Lu [Thu, 25 May 2006 01:03:09 +0000 (01:03 +0000)]
bfd/

2006-05-24  H.J. Lu  <hongjiu.lu@intel.com>

PR ld/1485
* config.bfd: Set want64 to true if 64bit bfd is used.
(sh-*-linux*): Use targ64_selvecs for 64bit targets.
(sh*l*-*-netbsdelf*): Likewise.
(sh-*-netbsdelf*): Likewise.
(shl*-*-elf*): Likewise.
(sh[1234]l*-*-elf*): Likewise.
(sh3el*-*-elf*): Likewise.
(shl*-*-kaos*): Likewise.
(sh-*-elf*): Likewise.
(sh[1234]*-elf*): Likewise.
(sh-*-rtems*): Likewise.
(sh-*-kaos*): Likewise.

ld/

2006-05-24  H.J. Lu  <hongjiu.lu@intel.com>

PR ld/1485
* configure.in: Use ${srcdir}/../bfd/config.bfd to check 64bit
bfd.  Support 64bit host for --enable-targets=all.
* configure: Regenerated.

18 years agodaily update
Alan Modra [Thu, 25 May 2006 00:00:05 +0000 (00:00 +0000)]
daily update

18 years ago2006-05-24 Paul Brook <paul@codesourcery.com>
Paul Brook [Wed, 24 May 2006 17:10:02 +0000 (17:10 +0000)]
2006-05-24  Paul Brook  <paul@codesourcery.com>

bfd/
* elf-bfd.h (elf_backend_data): Add elf_backend_output_arch_local_syms
* elf32-arm.c (output_arch_syminfo): Define.
(elf32_arm_ouput_plt_map_sym, elf32_arm_output_plt_map,
elf32_arm_output_arch_local_syms): New functions.
(elf_backend_output_arch_local_syms): Define.
* elflink.c (bfd_elf_final_link): Call
elf_backend_output_arch_local_syms.
* elfxx-target.h (elf_backend_output_arch_local_syms): Provide default
definition.
(elfNN_bed): Add elf_backend_output_arch_local_syms.
ld/testsuite/
* ld-arm/arm-app-abs32.d: Update expected output.
* ld-arm/arm-app.d: Ditto.
* ld-arm/arm-lib-plt32.d: Ditto.
* ld-arm/arm-lib.d: Ditto.
* ld-arm/mixed-app-v5.d: Ditto.
* ld-arm/mixed-app.d: Ditto.
* ld-arm/mixed-lib.d: Ditto.

18 years ago2006-05-24 Paul Brook <paul@codesourcery.com>
Paul Brook [Wed, 24 May 2006 16:23:50 +0000 (16:23 +0000)]
2006-05-24  Paul Brook  <paul@codesourcery.com>

* elf32-arm.c (put_arm_insn, put_thumb_insn): New functions.
(elf32_thumb_to_arm_stub, elf32_arm_to_thumb_stub,
elf32_arm_finish_dynamic_symbol): Use them.

18 years agoEnable gprof for cross builds.
Mark Shinwell [Wed, 24 May 2006 13:55:10 +0000 (13:55 +0000)]
Enable gprof for cross builds.

18 years agoAdd TLS support for hppa-linux
Nick Clifton [Wed, 24 May 2006 11:05:42 +0000 (11:05 +0000)]
Add TLS support for hppa-linux

18 years agoUpdated Frewnch translation
Nick Clifton [Wed, 24 May 2006 07:58:15 +0000 (07:58 +0000)]
Updated Frewnch translation

18 years agoUpdated Vietnamese and Irish translations
Nick Clifton [Wed, 24 May 2006 07:54:45 +0000 (07:54 +0000)]
Updated Vietnamese and Irish translations

18 years agoAdd support for AVR6 family
Nick Clifton [Wed, 24 May 2006 07:36:12 +0000 (07:36 +0000)]
Add support for AVR6 family

18 years ago2006-05-23 H.J. Lu <hongjiu.lu@intel.com>
H.J. Lu [Wed, 24 May 2006 02:39:16 +0000 (02:39 +0000)]
2006-05-23  H.J. Lu  <hongjiu.lu@intel.com>

PR ld/2655
PR ld/2657
* ld-elf/eh1.d: New file.
* ld-elf/eh1.s: Likewise.
* ld-elf/eh1a.s: Likewise.
* ld-elf/eh2.d: Likewise.
* ld-elf/eh2a.s: Likewise.
* ld-elf/eh3.d: Likewise.
* ld-elf/eh3.s: Likewise.
* ld-elf/eh3a.s: Likewise.

18 years ago2006-05-23 H.J. Lu <hongjiu.lu@intel.com>
H.J. Lu [Wed, 24 May 2006 02:37:47 +0000 (02:37 +0000)]
2006-05-23  H.J. Lu  <hongjiu.lu@intel.com>

PR ld/2655
PR ld/2657
* elf-eh-frame.c (_bfd_elf_write_section_eh_frame): Properly
update CIE/FDE length.  Don't pad to the section alignment.

18 years agomerge from gcc
DJ Delorie [Wed, 24 May 2006 02:02:46 +0000 (02:02 +0000)]
merge from gcc

18 years agodaily update
Alan Modra [Wed, 24 May 2006 00:00:05 +0000 (00:00 +0000)]
daily update

18 years ago [ gas/ChangeLog ]
Thiemo Seufer [Tue, 23 May 2006 15:37:20 +0000 (15:37 +0000)]
[ gas/ChangeLog ]
* config/tc-mips.c (ISA_SUPPORTS_SMARTMIPS): Rename.
(ISA_SUPPORTS_DSP_ASE, ISA_SUPPORTS_MT_ASE, ISA_HAS_64BIT_FPRS,
ISA_HAS_MXHC1): New macros.
(HAVE_32BIT_FPRS): Use ISA_HAS_64BIT_FPRS instead of
ISA_HAS_64BIT_REGS.  Formatting fixes.  Improved comments.
(mips_cpu_info): Change to use combined ASE/IS_ISA flag.
(MIPS_CPU_IS_ISA, MIPS_CPU_ASE_SMARTMIPS, MIPS_CPU_ASE_DSP,
MIPS_CPU_ASE_MT, MIPS_CPU_ASE_MIPS3D, MIPS_CPU_ASE_MDMX): New defines.
(mips_after_parse_args): Change default handling of float register
size to account for 32bit code with 64bit FP. Better sanity checking
of ISA/ASE/ABI option combinations.
(s_mipsset): Support switching of GPR and FPR sizes via
.set {g,f}p={32,64,default}. Better sanity checking for .set ASE
options.
(mips_elf_final_processing): We should record the use of 64bit FP
registers in 32bit code but we don't, because ELF header flags are
a scarce ressource.
(mips_cpu_info_table): Add ASE flags for CPUs with mandatory ASE
extensions. Add 4ksc, 4kec, 4kem, 4kep, 4ksd, m4kp, 24kec, 24kef,
24kex, 34kc, 34kf, 34kx, 25kf CPU definitions.
(mips_cpu_info_from_isa): Use MIPS_CPU_IS_ISA.
* doc/c-mips.texi: Document .set {g,f}p={32,64,default}. Document
missing -march options. Document .set arch=CPU. Move .set smartmips
to ASE page. Use @code for .set FOO examples.

[ gas/testsuite/Changelog ]
* gas/mips/mips-gp32-fp64-pic.d, mips/mips-gp32-fp64.d,
gas/mips/mips-gp64-fp32-pic.d, gas/mips/mips-gp64-fp32.l,
gas/mips/mips-gp64-fp64.d: Adjust test cases to the changes assembler
output.
* gas/mips/mips-gp32-fp64.l, gas/mips/mips-gp64-fp32-pic.l: New files,
catch assembler warnings.

18 years agoUpdated translation
Nick Clifton [Tue, 23 May 2006 09:28:20 +0000 (09:28 +0000)]
Updated translation

18 years ago * config/tc-bfin.c (bfin_start_line_hook): Bump line counters
Jie Zhang [Tue, 23 May 2006 06:01:12 +0000 (06:01 +0000)]
* config/tc-bfin.c (bfin_start_line_hook): Bump line counters
if needed.

18 years ago * elf32-bfin.c (bfinfdpic_relocate_section): Clear reloc for
Jie Zhang [Tue, 23 May 2006 05:45:22 +0000 (05:45 +0000)]
* elf32-bfin.c (bfinfdpic_relocate_section): Clear reloc for
deteted entries in .eh_frame section.

18 years agoCommit the missing bits of my last patch.
Jie Zhang [Tue, 23 May 2006 04:56:56 +0000 (04:56 +0000)]
Commit the missing bits of my last patch.

18 years ago * config/bfin-defs.h (bfin_equals): Remove declaration.
Jie Zhang [Tue, 23 May 2006 04:23:41 +0000 (04:23 +0000)]
* config/bfin-defs.h (bfin_equals): Remove declaration.
* config/bfin-parse.y (asm_1): Remove "expr ASSIGN expr".
* config/tc-bfin.c (bfin_name_is_register): Remove.
(bfin_equals): Remove.
* config/tc-bfin.h (TC_EQUAL_IN_INSN): Redefine as 1.
(bfin_name_is_register): Remove declaration.

18 years ago * elf32-bfin.c (bfin_check_relocs): Use __GLOBAL_OFFSET_TABLE_
Jie Zhang [Tue, 23 May 2006 03:58:33 +0000 (03:58 +0000)]
* elf32-bfin.c (bfin_check_relocs): Use __GLOBAL_OFFSET_TABLE_
instead of _GLOBAL_OFFSET_TABLE_.
(bfin_relocate_section): Ditto.
(_bfin_create_got_section): Ditto.
(elf32_bfinfdpic_create_dynamic_sections): Use
__PROCEDURE_LINKAGE_TABLE_ instead of _PROCEDURE_LINKAGE_TABLE_.
(bfin_finish_dynamic_symbol): Use __DYNAMIC instead of _DYNAMIC.

18 years ago * elf64-ppc.c (compare_symbols): Prefer strong dynamic global
Alan Modra [Tue, 23 May 2006 01:36:07 +0000 (01:36 +0000)]
* elf64-ppc.c (compare_symbols): Prefer strong dynamic global
function syms over other syms.

18 years agodaily update
Alan Modra [Tue, 23 May 2006 00:00:06 +0000 (00:00 +0000)]
daily update

18 years ago2006-05-22 Steve Ellcey <sje@cup.hp.com>
Steve Ellcey [Mon, 22 May 2006 15:30:13 +0000 (15:30 +0000)]
2006-05-22  Steve Ellcey  <sje@cup.hp.com>

* MAINTAINERS: Change intl updating instructions.
* config.rpath: Copy from GCC tree.
* intl: Replace contents of intl directory with intl from GCC tree.

18 years agobfd/
Daniel Jacobowitz [Mon, 22 May 2006 15:06:23 +0000 (15:06 +0000)]
bfd/
* elflink.c (_bfd_elf_add_dynamic_entry): Remove DT_TEXTREL
check.
(bfd_elf_final_link): Add a late DT_TEXTREL check.
* elfxx-mips.c (MIPS_ELF_READONLY_SECTION): Define.
(mips_elf_create_dynamic_relocation): Set DF_TEXTREL.
(_bfd_mips_elf_check_relocs): Delete MIPS_READONLY_SECTION.
Use MIPS_ELF_READONLY_SECTION.
(_bfd_mips_elf_size_dynamic_sections): Clear DF_TEXTREL after
creating DT_TEXTREL.
(_bfd_mips_elf_finish_dynamic_sections): Clear textrel markers
if no text relocations were generated.
ld/testsuite/
* ld-mips-elf/textrel-1.d: Relax some patterns.

18 years ago * po/ru.po: Updated translation.
Daniel Jacobowitz [Mon, 22 May 2006 15:02:35 +0000 (15:02 +0000)]
* po/ru.po: Updated translation.

18 years ago* iq2000.cpu: Fix include paths for iq2000m.cpu and iq10.cpu.
Nick Clifton [Mon, 22 May 2006 09:07:20 +0000 (09:07 +0000)]
* iq2000.cpu: Fix include paths for iq2000m.cpu and iq10.cpu.

18 years ago* gas/mips/mips32-dsp.l: Fix expected unsigned decoding of -1 in warning messages.
Nick Clifton [Mon, 22 May 2006 08:58:08 +0000 (08:58 +0000)]
* gas/mips/mips32-dsp.l: Fix expected unsigned decoding of -1 in warning messages.
* gas/mips/mips32-mt.l: Likewise.

18 years ago* scripttempl/elf32crx.sc (.rdata): Add .rodata.*.
Nick Clifton [Mon, 22 May 2006 08:49:33 +0000 (08:49 +0000)]
* scripttempl/elf32crx.sc (.rdata): Add .rodata.*.

18 years agofix typo
Nick Clifton [Mon, 22 May 2006 08:45:46 +0000 (08:45 +0000)]
fix typo

18 years ago* ld-eld/start.s (start): Add this symbol for SH targets.
Nick Clifton [Mon, 22 May 2006 08:45:18 +0000 (08:45 +0000)]
* ld-eld/start.s (start): Add this symbol for SH targets.
  (main): Add this symbol for HPPA targets.

18 years ago* crx-dis.c (EXTRACT): Make macro work on 64-bit hosts.
Nick Clifton [Mon, 22 May 2006 08:40:09 +0000 (08:40 +0000)]
* crx-dis.c (EXTRACT): Make macro work on 64-bit hosts.

18 years agoUpdated Dutch translation
Nick Clifton [Mon, 22 May 2006 08:33:35 +0000 (08:33 +0000)]
Updated Dutch translation

18 years agoRemove ChangeLog entries, since the template files were already up to date.
Nick Clifton [Mon, 22 May 2006 08:30:57 +0000 (08:30 +0000)]
Remove ChangeLog entries, since the template files were already up to date.

18 years agoUpdate translation templates
Nick Clifton [Mon, 22 May 2006 08:25:15 +0000 (08:25 +0000)]
Update translation templates

18 years agodaily update
Alan Modra [Mon, 22 May 2006 00:00:05 +0000 (00:00 +0000)]
daily update

18 years agodaily update
Alan Modra [Sun, 21 May 2006 00:00:04 +0000 (00:00 +0000)]
daily update