aboutsummaryrefslogtreecommitdiff
path: root/bfd/po
AgeCommit message (Collapse)AuthorFilesLines
2002-01-02Add japanese translationNick Clifton1-0/+2108
2001-12-03Import new turkish translations from Translation Project's website.Nick Clifton1-0/+2109
2001-11-28Add .cvsignore files to skip .gmo filesNick Clifton1-0/+1
2001-11-22Move SRC-POTFILES.in and BLD-POTFILES.in to maintainer-clean target.Nick Clifton1-2/+2
2001-11-15 * po/SRC-POTFILES.in: Regenerate.Alan Modra1-30/+34
2001-11-02Add translationsNick Clifton1-0/+2074
2001-10-30Add MMIX supportNick Clifton2-589/+602
2001-10-03bfd/ChangeLogAlan Modra1-30/+33
* configure.in (AC_OUTPUT <bfd-in3.h>): Remove version.h. * configure: Regenerate. * Makefile.am (BFD_H_FILES): Add version.h. * Makefile.in: Regenerate. * po/SRC-POTFILES.in: Regenerate. bfd/doc/ChangeLog * Makefile.am (BFD_H_DEP): Add ../version.h. * Makefile.in: Regenerate.
2001-06-15Chnage styp_flags_to_sec_flags() to a boolean functionNick Clifton2-142/+154
2001-06-10 * elflink.h: Whitespace changes.Alan Modra1-1/+1
(elf_link_read_relocs_from_section): Use "unsigned int" iterator rather than "unsigned char". (elf_link_output_relocs): Likewise. (elf_link_input_bfd): Likewise. (elf_reloc_link_order): LIkewise. * elf.c: s/CONST/const/. Whitespace changes. * elf32-mips.c: Formatting fix. * Makefile.am (SOURCE_HFILES): Include xcoff-target.h, remove xcoff.h. * Makefile.in: Regenerate. * po/Make-in: Remove trailing tab.
2001-05-28Add support for .uahword, .uaword and .uaxword pseudo opsNick Clifton1-1/+1
2001-05-23Add MIPS r12k supportNick Clifton1-150/+156
2001-04-27Add support for arm-vxworks targetNick Clifton1-27/+37
2001-04-25Fix autoconf breakage + commit target.c, omitted in previous deltaNick Clifton1-2/+2
2001-04-24z8k fixesNick Clifton1-5/+5
2001-04-24Add OpenRISC supportNick Clifton2-88/+96
2001-03-23Fix building bfd.pot in maintainer modeNick Clifton4-294/+768
2001-03-08Update copyright noticesNick Clifton1-1/+2
2001-03-06Rest of the changes for Coldfire V4.Nick Clifton1-15/+27
2001-02-27BFD: Catch & report unhandled PE section flags.Nick Clifton1-12/+17
LD: Catch BFD errors whilst loading symbols and do not produce an executable.
2001-02-18Add PDP-11 supportNick Clifton2-7/+14
2001-02-18Set the architecture (GDB multiarch needs it).Nick Clifton1-27/+27
2001-02-14Apply changes to Makefile.in to Makefile.amNick Clifton2-347/+47
2001-02-10Add s390 supportNick Clifton2-29/+33
2001-02-07Change bfd_target_vector from an array to a pointerNick Clifton1-5/+5
2001-02-07Remove elf64-ia64.c from list of backend C files - it is auto-generated.Nick Clifton1-143/+158
2001-01-11Updated ARC assembler from arccores.comNick Clifton1-78/+78
2000-12-21Fixes to allow sources to compile under Solaris 2.8Nick Clifton1-9/+9
2000-12-21Add bfd_get_bits() and bfd_put_bits().Nick Clifton1-5/+5
2000-12-18Definbe extra allowable COFF section flags for ARM_PE target/Nick Clifton1-70/+70
2000-12-12Add link option to allow undefiedn symbols in shared librariesNick Clifton1-45/+45
2000-12-08Generalize DWARF2 and COFF support.Nick Clifton1-159/+159
2000-12-02Add MIPS SB1 machineNick Clifton1-36/+36
2000-12-02Add MIPS V and MIPS 64 machine numbersNick Clifton1-34/+42
2000-12-01Add MIPS32 as a seperate MIPS architectureNick Clifton2-102/+38
2000-11-30Add support for x86_64-*-linux-gnu* targetNick Clifton2-183/+189
2000-11-02Add support for *-storm-chaos targetNick Clifton1-332/+341
2000-09-29 Define two bfd_targets for absence and presence of leadingHans-Peter Nilsson1-171/+175
underscore on symbols. Make sure to only link same kind. * elf32-cris.c (cris_elf_object_p, cris_elf_final_write_processing, cris_elf_print_private_bfd_data, cris_elf_merge_private_bfd_data): New. (elf_backend_object_p, elf_backend_final_write_processing, bfd_elf32_bfd_print_private_bfd_data, bfd_elf32_bfd_merge_private_bfd_data): Define. <Target vector definition>: Include elf32-target.h twice with different macro settings: (TARGET_LITTLE_SYM): First as bfd_elf32_cris_vec, then as bfd_elf32_us_cris_vec. (TARGET_LITTLE_NAME): First as "elf32-cris", then "elf32-us-cris". (elf_symbol_leading_char): First as 0, then '_'. (INCLUDED_TARGET_FILE): Define for second include of elf32-target.h. * config.bfd (cris-*-*): Add bfd_elf32_us_cris_vec to targ_selvecs. * configure.in (bfd_elf32_cris_vec, cris_aout_vec): New vector. * configure: Regenerate. * targets.c: Declare bfd_elf32_us_cris_vec. * po/bfd.pot: Regenerate.
2000-09-15add support for embedded relocs in m68k ELF portNick Clifton2-130/+131
2000-09-06Regenerate files using fixed aclocal install.Nick Clifton1-48/+87
2000-09-02Increase minor version number (to 2.10.91) to help tools detect the newNick Clifton1-1/+1
ability to support removal of duplciate DWARF@ debug information.
2000-09-02Add .gnu.linkobce.wi. to the list of debug section names.Nick Clifton1-109/+121
Update generated files
2000-07-31Minor formatting fixes.Nick Clifton1-11/+11
2000-07-24Regenerate auto-generated filesNick Clifton2-190/+195
2000-07-20 * Makefile.am (ALL_MACHINES): Add cpu-cris.lo.Hans-Peter Nilsson2-228/+249
(ALL_MACHINES_CFILES): Add cpu-cris.c. (BFD32_BACKENDS): Add aout-cris.lo and elf32-cris.lo. (BFD32_BACKENDS_CFILES): Add aout-cris.c and elf32-cris.c. (cpu-cris.lo, aout-cris.lo, elf32-cris.lo): New rules. * Makefile.in: Rebuild. * aclocal.m4: Rebuild. * aoutx.h (NAME(aout,machine_type)): Add case for bfd_arch_cris. * archures.c (enum bfd_architecture): Add bfd_arch_cris. (bfd_cris_arch): Declare. (bfd_archures_list): Add bfd_cris_arch. * bfd-in2.h: Rebuild. * config.bfd: (cris-*-*): New target. * configure.in (bfd_elf32_cris_vec, cris_aout_vec): New vectors. * configure: Rebuild. * elf.c (prep_headers): Add bfd_arch_cris. * libbfd.h: Rebuild. * libaout.h (enum machine_type): Add M_CRIS. * reloc.c: Add CRIS relocations. * targets.c (bfd_target bfd_elf32_cris_vec, cris_aout_vec): Declare. (bfd_target_vect): Add bfd_elf32_cris_vec and cris_aout_vec. * cpu-cris.c, aout-cris.c, elf32-cris.c: New files. * po/POTFILES.in, po/bfd.pot: Regenerate.
2000-07-18Rename bfd_elf_get_arch_size to bfd_get_arch_sizeNick Clifton1-45/+45
Rename bfd_elf_get_sign_extend_vma to bfd_get_sign_extend_vma
2000-07-10Add set of bfd_mach_ cases for compatibility with older binutilsNick Clifton2-63/+77
2000-07-03Fix formatting of reloc16.cNick Clifton1-16/+16
Regernate generated files.
2000-06-27Fix formatting.Nick Clifton1-39/+39
2000-06-19Applied Stephane Carrez <Stephane.Carrez@worldnet.fr> patches to add supportNick Clifton2-408/+553
for m68hc11 and m68hc12 processors.