OSDN Git Service

pf3gnuchains/pf3gnuchains4x.git
24 years agoAdd some prototypes, and fix a few warnings.
Alan Modra [Sun, 9 Jul 2000 07:29:39 +0000 (07:29 +0000)]
Add some prototypes, and fix a few warnings.

24 years agoRestore hppa-elf32 to working order.
Alan Modra [Sun, 9 Jul 2000 07:23:07 +0000 (07:23 +0000)]
Restore hppa-elf32 to working order.

24 years ago2000-07-08 Ulf Carlsson <ulfc@engr.sgi.com>
Ulf Carlsson [Sat, 8 Jul 2000 22:07:54 +0000 (22:07 +0000)]
2000-07-08  Ulf Carlsson  <ulfc@engr.sgi.com>

* doc/internals.texi (Expressions): Fix typo.

24 years agoFix formatting
Nick Clifton [Sat, 8 Jul 2000 20:34:43 +0000 (20:34 +0000)]
Fix formatting

24 years agoFix formating
Nick Clifton [Sat, 8 Jul 2000 18:56:38 +0000 (18:56 +0000)]
Fix formating

24 years agoFix formatting
Nick Clifton [Sat, 8 Jul 2000 18:13:58 +0000 (18:13 +0000)]
Fix formatting

24 years agoFix --section-start=xxxx
Alan Modra [Sat, 8 Jul 2000 13:35:05 +0000 (13:35 +0000)]
Fix --section-start=xxxx

24 years agoAdd sequence id field to asection.
Alan Modra [Sat, 8 Jul 2000 12:08:43 +0000 (12:08 +0000)]
Add sequence id field to asection.
Tidy comments and replace deprecated CONST with const.

24 years agoDon't add a space before `/*' when processing comments.
Alan Modra [Sat, 8 Jul 2000 12:00:26 +0000 (12:00 +0000)]
Don't add a space before `/*' when processing comments.

24 years agominor formatting change
DJ Delorie [Fri, 7 Jul 2000 20:10:28 +0000 (20:10 +0000)]
minor formatting change

24 years ago* ld/emultempl/pe.em: institute the following search order for
DJ Delorie [Fri, 7 Jul 2000 20:09:28 +0000 (20:09 +0000)]
* ld/emultempl/pe.em: institute the following search order for
dynamic libraries on pei386: libfoo.dll.a, foo.dll.a (import
libs), libfoo.dll, foo.dll (link direct to dll).  Fall back to
static lib (libfoo.a) if none of the above are found.

24 years ago* ld/emultempl/pe.em (pe_enable_auto_image_base): New variable.
DJ Delorie [Fri, 7 Jul 2000 20:01:35 +0000 (20:01 +0000)]
* ld/emultempl/pe.em (pe_enable_auto_image_base): New variable.
(longopts): New --{enable,disable}-auto-image-base options.
(gld_${EMULATION_NAME}_list_options): Document.
(gld_${EMULATION_NAME}_parse): Handle.
(strhash): New static function.
(compute_dll_image_base): New static function.
(gld_${EMULATION_NAME}_set_symbols): Use.

24 years ago* archive.c (_bfd_write_archive_contents): Add an informative
DJ Delorie [Fri, 7 Jul 2000 17:40:23 +0000 (17:40 +0000)]
* archive.c (_bfd_write_archive_contents): Add an informative
comment.

24 years agoFix comments.
Nick Clifton [Fri, 7 Jul 2000 16:58:25 +0000 (16:58 +0000)]
Fix comments.

24 years agofixed another comment formatting problem.
Nick Clifton [Fri, 7 Jul 2000 16:52:31 +0000 (16:52 +0000)]
fixed another comment formatting problem.

24 years agooops - omitted from previous delta
Nick Clifton [Fri, 7 Jul 2000 16:46:38 +0000 (16:46 +0000)]
oops - omitted from previous delta

24 years agoFix formatting.
Nick Clifton [Fri, 7 Jul 2000 16:45:46 +0000 (16:45 +0000)]
Fix formatting.

24 years ago2000-07-07 Andrew Haley <aph@cygnus.com>
Andrew Haley [Fri, 7 Jul 2000 13:52:53 +0000 (13:52 +0000)]
2000-07-07  Andrew Haley  <aph@cygnus.com>

* cplus-dem.c (main): fflush() after emitting last char before
waiting for input.

24 years ago * symlink-tree: Check number of arguments.
Jeff Law [Fri, 7 Jul 2000 13:21:39 +0000 (13:21 +0000)]
    * symlink-tree:  Check number of arguments.

24 years agoFix formatting
Nick Clifton [Thu, 6 Jul 2000 23:26:55 +0000 (23:26 +0000)]
Fix formatting

24 years agooops - omitted frpom previous delta
Nick Clifton [Thu, 6 Jul 2000 17:21:00 +0000 (17:21 +0000)]
oops - omitted frpom previous delta

24 years agoApplied Mark Elbrecht <snowball3@bigfoot.com>'s patch to implement
Nick Clifton [Thu, 6 Jul 2000 17:18:10 +0000 (17:18 +0000)]
Applied Mark Elbrecht <snowball3@bigfoot.com>'s patch to implement
TC_COFF_SECTION_DEFAULT_ATTRIBUTES.

24 years agoAlways NULL terminate long option list.
Andrew Cagney [Thu, 6 Jul 2000 07:25:02 +0000 (07:25 +0000)]
Always NULL terminate long option list.

24 years agoTue Jul 4 14:08:28 2000 Andrew Cagney <cagney@b1.cygnus.com>
Andrew Cagney [Thu, 6 Jul 2000 07:01:38 +0000 (07:01 +0000)]
Tue Jul  4 14:08:28 2000  Andrew Cagney  <cagney@b1.cygnus.com>

      * config/tc-d30v.h: Include "write.h" for fixS.
      (d30v_start_line, md_pcrel_from_section): Add function prototypes.

24 years agoUpdate texinfo.tex to version 2000-05-28.15.
Andrew Cagney [Thu, 6 Jul 2000 05:39:36 +0000 (05:39 +0000)]
Update texinfo.tex to version 2000-05-28.15.

24 years agoFix expected results
Nick Clifton [Wed, 5 Jul 2000 22:28:07 +0000 (22:28 +0000)]
Fix expected results

Fix expected results.

24 years agooops - omitted from previous delta
Nick Clifton [Wed, 5 Jul 2000 21:56:08 +0000 (21:56 +0000)]
oops - omitted from previous delta

24 years agoFurther changes to warning messages
Nick Clifton [Wed, 5 Jul 2000 21:55:13 +0000 (21:55 +0000)]
Further changes to warning messages

24 years agoAdd Mike Meissner
Nick Clifton [Wed, 5 Jul 2000 20:11:22 +0000 (20:11 +0000)]
Add Mike Meissner

24 years agoadd MAINTAINERS files
DJ Delorie [Wed, 5 Jul 2000 19:28:06 +0000 (19:28 +0000)]
add MAINTAINERS files

24 years ago* config/tc-arm.c (psrs): Accept combinations of flags.
Alexandre Oliva [Tue, 4 Jul 2000 05:49:04 +0000 (05:49 +0000)]
* config/tc-arm.c (psrs): Accept combinations of flags.

24 years ago* arm-dis.c (print_insn_arm): Output combinations of PSR flags.
Alexandre Oliva [Tue, 4 Jul 2000 05:47:22 +0000 (05:47 +0000)]
* arm-dis.c (print_insn_arm): Output combinations of PSR flags.

24 years ago* coff-arm.c (coff_arm_relocate_section): Do not ignore the symbol
Alexandre Oliva [Tue, 4 Jul 2000 05:11:37 +0000 (05:11 +0000)]
* coff-arm.c (coff_arm_relocate_section): Do not ignore the symbol
value of PC-relative offsets.

24 years agoFix hash section entry size to match ELF standard. Override for alpha-linux.
Jim Wilson [Tue, 4 Jul 2000 02:18:06 +0000 (02:18 +0000)]
Fix hash section entry size to match ELF standard.  Override for alpha-linux.
* elf64-alpha.c (alpha_elf_size_info): New.
(elf_backend_size_info): Define to alpha_elf_size_info.
* elfcode.h (elf_size_info): Change hash bucket size to 4.

24 years ago2000-07-03 Ulf Carlsson <ulfc@engr.sgi.com>
Ulf Carlsson [Tue, 4 Jul 2000 00:10:15 +0000 (00:10 +0000)]
2000-07-03  Ulf Carlsson  <ulfc@engr.sgi.com>

* elf32-mips.c: Include elf32-target.h again for the traditional
MIPS targets.

24 years agoTidy up formatting.
Nick Clifton [Mon, 3 Jul 2000 22:25:33 +0000 (22:25 +0000)]
Tidy up formatting.
Add  -mall-opcodes, -mno-skip-bug, -mno-wrap.

24 years agoFix formatting.
Nick Clifton [Mon, 3 Jul 2000 21:52:37 +0000 (21:52 +0000)]
Fix formatting.

24 years agoFix typo in previous delta
Nick Clifton [Mon, 3 Jul 2000 18:47:53 +0000 (18:47 +0000)]
Fix typo in previous delta

24 years agoTurn a weak symbol into an external symbol for a non-shared, non-relocatable
Nick Clifton [Mon, 3 Jul 2000 18:45:18 +0000 (18:45 +0000)]
Turn a weak symbol into an external symbol for a non-shared, non-relocatable
link.

24 years agoFix formatting of reloc16.c
Nick Clifton [Mon, 3 Jul 2000 17:49:37 +0000 (17:49 +0000)]
Fix formatting of reloc16.c
Regernate generated files.

24 years ago* dllwrap.c: Changed mistaken dyn_string_append() calls
DJ Delorie [Sun, 2 Jul 2000 01:56:58 +0000 (01:56 +0000)]
* dllwrap.c: Changed mistaken dyn_string_append() calls
to dyn_string_append_cstr().

24 years agoForgot to commit the ChangeLog.
Ulf Carlsson [Sun, 2 Jul 2000 01:21:08 +0000 (01:21 +0000)]
Forgot to commit the ChangeLog.

24 years ago2000-07-01 Koundinya K <kk@ddeorg.soft.net>
Ulf Carlsson [Sun, 2 Jul 2000 01:18:49 +0000 (01:18 +0000)]
2000-07-01  Koundinya K  <kk@ddeorg.soft.net>

        * configure.in: Add entry for mips-*-sysv4*MP*
        * configure: Rebuild
        * config/tc-mips.c (mips_target_format): Return elf32-tradbigmips or
        elf32-tradlittlemips for traditional mips targets.
        * config/tc-mips.c (md_estimate_size_before_relax): Duplicate the
        test for Link Once sections as in adjust_reloc_syms.
        * config/te-tmips.h: New file for traditional mips targets. Define
        TE_TMIPS.

24 years ago2000-07-01 Koundinya K <kk@ddeorg.soft.net>
Ulf Carlsson [Sun, 2 Jul 2000 01:17:52 +0000 (01:17 +0000)]
2000-07-01  Koundinya K  <kk@ddeorg.soft.net>

        * config.bfd: Change targ_defvec and targ_selvecs for mips*-*-sysv4*
        to add a new target for traditional mips i.e
        bfd_elf32_tradbigmips_vec and bfd_elf32_tradlittlemips_vec.
        * configure.in: Likewise.
        * configure: Rebuild.
        * targets.c (bfd_elf32_tradbigmips_vec): Declare and put in
bfd_target_vector.
(bfd_elf32_tradlittlemips_vec): Likewise.
        * elfxx-target.h: Add macro INCLUDED_TARGET_FILE which is more a test
        to see that elfNN_bed does not get redefined even if the target file
        is included twice for a chip. See elf32-mips.c.

24 years ago2000-07-01 Koundinya K <kk@ddeorg.soft.net>
Ulf Carlsson [Sun, 2 Jul 2000 01:15:56 +0000 (01:15 +0000)]
2000-07-01  Koundinya K  <kk@ddeorg.soft.net>

        * configure.tgt: Add traditional mips (mips*-*-sysv4*) target.
        * emulparams/elf32btsmip.sh: New file.
        * Makefile.am: Add traditional mips target.
        * Makefile.in: Rebuild.

24 years ago2000-07-01 Koundinya K <kk@ddeorg.soft.net>
Ulf Carlsson [Sun, 2 Jul 2000 01:14:54 +0000 (01:14 +0000)]
2000-07-01  Koundinya K  <kk@ddeorg.soft.net>

        * ltconfig: Add support for mips-dde-sysv4.2MP

24 years ago2000-07-01 H.J. Lu <hjl@gnu.org>
H.J. Lu [Sat, 1 Jul 2000 19:26:41 +0000 (19:26 +0000)]
2000-07-01  H.J. Lu  <hjl@gnu.org>

* Makefile.am (EXTRA_ld_new_SOURCES): Set to deffilep.y for
automake to use YLWRAP.
* Makefile.in: Rebuild.

24 years agoAAganichev's parse_stab_type size fix.
Alan Modra [Sat, 1 Jul 2000 10:00:05 +0000 (10:00 +0000)]
AAganichev's parse_stab_type size fix.

24 years ago* test cleanup
Frank Ch. Eigler [Sat, 1 Jul 2000 09:42:27 +0000 (09:42 +0000)]
* test cleanup

2000-07-01  Frank Ch. Eigler  <fche@redhat.com>

* binutils-all/objdump.exp (cpus_expected, cpus_regex): Reorganize
syntax to display more tcl nature.

24 years agoFix 2000-06-22. grep after running dep.sed
Alan Modra [Sat, 1 Jul 2000 01:41:09 +0000 (01:41 +0000)]
Fix 2000-06-22.  grep after running dep.sed

24 years agoAdd entry omited when Stephane Carrez's h68hc11 code was chaecked in.
Nick Clifton [Fri, 30 Jun 2000 22:15:12 +0000 (22:15 +0000)]
Add entry omited when Stephane Carrez's h68hc11 code was chaecked in.

24 years ago* peicode.h (coff_swap_filehdr_in): can't use e_magic because we
DJ Delorie [Fri, 30 Jun 2000 21:57:53 +0000 (21:57 +0000)]
* peicode.h (coff_swap_filehdr_in): can't use e_magic because we
can't assume the PE header is at 0x80.

24 years ago* peicode.h (coff_swap_filehdr_in): can't use e_magic because we
DJ Delorie [Fri, 30 Jun 2000 21:54:03 +0000 (21:54 +0000)]
* peicode.h (coff_swap_filehdr_in): can't use e_magic because we
can't assume the PE header is at 0x80.
* coff/pe.h: clarify a comment

24 years agoRemove unimplemented "PAGE N:" flag from default linker script.
Timothy Wall [Fri, 30 Jun 2000 12:36:38 +0000 (12:36 +0000)]
Remove unimplemented "PAGE N:" flag from default linker script.

24 years agoDo not change an existing section's attributes if a flags argument isn't
Nick Clifton [Thu, 29 Jun 2000 23:54:13 +0000 (23:54 +0000)]
Do not change an existing section's attributes if a flags argument isn't
present.  Warn if the new attributes don't match the section's current
attributes.

24 years agoChange the registers used in ldmac and stmac tests.
Nick Clifton [Thu, 29 Jun 2000 23:44:41 +0000 (23:44 +0000)]
Change the registers used in ldmac and stmac tests.

24 years agoFix previous delta so that it is only used for TE_GO32 and not !TE_PE.
Nick Clifton [Thu, 29 Jun 2000 23:10:08 +0000 (23:10 +0000)]
Fix previous delta so that it is only used for TE_GO32 and not !TE_PE.

24 years ago * config/obj-aout.c (obj_aout_type): Do not ignore for undefined
Hans-Peter Nilsson [Thu, 29 Jun 2000 23:04:29 +0000 (23:04 +0000)]
* config/obj-aout.c (obj_aout_type): Do not ignore for undefined
symbols; create them.

24 years agoSet vma and lma for segment when using the BFD_ASSEMBLER for COFF format files.
Nick Clifton [Thu, 29 Jun 2000 22:51:58 +0000 (22:51 +0000)]
Set vma and lma for segment when using the BFD_ASSEMBLER for COFF format files.

24 years agotypo
DJ Delorie [Thu, 29 Jun 2000 15:07:46 +0000 (15:07 +0000)]
typo

24 years ago* syms.c (_bfd_stab_section_find_neares_line): Use IS_ABSOLUTE_PATH.
DJ Delorie [Thu, 29 Jun 2000 15:06:34 +0000 (15:06 +0000)]
* syms.c (_bfd_stab_section_find_neares_line): Use IS_ABSOLUTE_PATH.

24 years ago * ltconfig: Check for host_os beeing one of `cygwin', `mingw' or
Corinna Vinschen [Wed, 28 Jun 2000 20:26:53 +0000 (20:26 +0000)]
    * ltconfig: Check for host_os beeing one of `cygwin', `mingw' or
        `os2'. Force ac_cv_exeext to be ".exe" in that case.

24 years ago16 bit immediate expr support for mips
Aldy Hernandez [Wed, 28 Jun 2000 19:06:25 +0000 (19:06 +0000)]
16 bit immediate expr support for mips

24 years ago* go32stub.h: Update stub.
DJ Delorie [Wed, 28 Jun 2000 15:55:41 +0000 (15:55 +0000)]
* go32stub.h: Update stub.

24 years ago2000-06-19 Syd Polk <spolk@redhat.com>
Syd Polk [Tue, 27 Jun 2000 21:50:33 +0000 (21:50 +0000)]
2000-06-19  Syd Polk <spolk@redhat.com>

* acinclude.m4: Updated for Incr Tcl 3.0.

24 years agoDo not allow EITHER_BUT_PREFER_MU opcodes to be packed into reverse
Nick Clifton [Tue, 27 Jun 2000 18:21:39 +0000 (18:21 +0000)]
Do not allow EITHER_BUT_PREFER_MU opcodes to be packed into reverse
sequential buckets, and warn if the user does so.

24 years agoApplied Marek Michalkiewicz <marekm@linux.org.pl>'s patch to ehance the AVR port.
Nick Clifton [Tue, 27 Jun 2000 01:45:30 +0000 (01:45 +0000)]
Applied Marek Michalkiewicz <marekm@linux.org.pl>'s patch to ehance the AVR port.

24 years agoFix formatting.
Nick Clifton [Tue, 27 Jun 2000 01:31:59 +0000 (01:31 +0000)]
Fix formatting.

24 years agoRevert incorrect 2000-06-25 patch.
Alan Modra [Mon, 26 Jun 2000 23:15:58 +0000 (23:15 +0000)]
Revert incorrect 2000-06-25 patch.

24 years ago2000-06-26 Scott Bambrough <scottb@netwinder.org>
Scott Bambrough [Mon, 26 Jun 2000 16:50:29 +0000 (16:50 +0000)]
2000-06-26  Scott Bambrough  <scottb@netwinder.org>

* arm-dis.c (regnames): Add an additional register set to match
the set used by GCC.  Make it the default.

24 years agoFix spelling typos.
Nick Clifton [Sun, 25 Jun 2000 17:59:22 +0000 (17:59 +0000)]
Fix spelling typos.
Remove use of DEFUN().

24 years agoFix spelling typo
Nick Clifton [Sun, 25 Jun 2000 17:58:54 +0000 (17:58 +0000)]
Fix spelling typo

24 years agoAssemble ldmac correctly.
Nick Clifton [Sun, 25 Jun 2000 16:49:47 +0000 (16:49 +0000)]
Assemble ldmac correctly.

24 years agoTreat GNU weak symbols as external.
Nick Clifton [Sun, 25 Jun 2000 16:39:45 +0000 (16:39 +0000)]
Treat GNU weak symbols as external.

24 years agoAdvance past both parts of dos based <letter>: filepath prefix.
Nick Clifton [Sun, 25 Jun 2000 16:30:27 +0000 (16:30 +0000)]
Advance past both parts of dos based <letter>: filepath prefix.

24 years ago386.c (md_estimate_size_before_relax): Revert
DJ Delorie [Sun, 25 Jun 2000 01:33:31 +0000 (01:33 +0000)]
386.c (md_estimate_size_before_relax): Revert
more changes from Sept 1999
(tc_i386_fix_adjustable): ditto
(md_apply_fix3): ditto

24 years ago* elf32-arm.h (elf32_arm_final_link_relocate): Print `(local)'
Alexandre Oliva [Sat, 24 Jun 2000 20:10:24 +0000 (20:10 +0000)]
* elf32-arm.h (elf32_arm_final_link_relocate): Print `(local)'
for local symbols whose names are unknown.

24 years agoFix description of --stabs switch
Nick Clifton [Sat, 24 Jun 2000 19:53:12 +0000 (19:53 +0000)]
Fix description of --stabs switch

24 years ago* cgen assembler fixes; approved by original author <devans>
Frank Ch. Eigler [Sat, 24 Jun 2000 15:10:45 +0000 (15:10 +0000)]
* cgen assembler fixes; approved by original author <devans>

2000-06-24  Frank Ch. Eigler  <fche@redhat.com>

* cgen.c (expr_jmp_buf_p): New validity flag for expr_jmp_buf.
(gas_cgen_parse_operand): Set it around expression() call.
(gas_cgen_md_operand): Test for it before longjmp().

24 years agoBlow away DEFUN.
Alan Modra [Sat, 24 Jun 2000 11:51:53 +0000 (11:51 +0000)]
Blow away DEFUN.

24 years agoFix comment typos.
Alan Modra [Sat, 24 Jun 2000 08:07:01 +0000 (08:07 +0000)]
Fix comment typos.

24 years agoarm-elf does --gc-sections too.
Alan Modra [Sat, 24 Jun 2000 04:48:41 +0000 (04:48 +0000)]
arm-elf does --gc-sections too.

24 years agoDuh! What double-increment?
Alan Modra [Fri, 23 Jun 2000 11:58:00 +0000 (11:58 +0000)]
Duh!  What double-increment?

24 years ago* $literal support
Frank Ch. Eigler [Fri, 23 Jun 2000 10:51:28 +0000 (10:51 +0000)]
* $literal support

2000-06-23  Frank Ch. Eigler  <fche@redhat.com>

* expr.c (operand): Permit $hex literals if LITERAL_PREFIXDOLLAR_HEX
is defined.

24 years ago(operand): Do not as_bad() if RELAX_PAREN_GROUPING is
Alan Modra [Fri, 23 Jun 2000 10:12:48 +0000 (10:12 +0000)]
(operand): Do not as_bad() if RELAX_PAREN_GROUPING is
defined.  Fix error message and double increment of
input_line_pointer for `[' grouping.

24 years agoKazu Hirata's formatting and comment typo fixes.
Alan Modra [Fri, 23 Jun 2000 05:44:30 +0000 (05:44 +0000)]
Kazu Hirata's formatting and comment typo fixes.

24 years agoMove premature QP notation clearing to it's appropriate location.
Timothy Wall [Fri, 23 Jun 2000 03:31:06 +0000 (03:31 +0000)]
Move premature QP notation clearing to it's appropriate location.

24 years agoCheck dependecies for leading `/' in this dir too.
Alan Modra [Thu, 22 Jun 2000 13:14:21 +0000 (13:14 +0000)]
Check dependecies for leading `/' in this dir too.

24 years agoEnsure /usr/include and the like stay out of dependencies.
Alan Modra [Thu, 22 Jun 2000 13:01:43 +0000 (13:01 +0000)]
Ensure /usr/include and the like stay out of dependencies.

24 years agoFix a problem with 32-bit displacements in .code16gcc mode.
Alan Modra [Thu, 22 Jun 2000 10:49:13 +0000 (10:49 +0000)]
Fix a problem with 32-bit displacements in .code16gcc mode.

24 years ago2000-06-21 H.J. Lu <hjl@gnu.org>
H.J. Lu [Thu, 22 Jun 2000 03:35:54 +0000 (03:35 +0000)]
2000-06-21  H.J. Lu  <hjl@gnu.org>

* Makefile.am: Rebuild dependency.
* Makefile.in: Rebuild.

24 years ago * config/tc-h8300.c (parse_reg): Make the function static.
Jeff Law [Wed, 21 Jun 2000 21:31:24 +0000 (21:31 +0000)]
    * config/tc-h8300.c (parse_reg): Make the function static.
        (parse_exp): Likewise.

24 years ago* config/tc-i386.c (tc_i386_fix_adjustable): Revert change from
DJ Delorie [Wed, 21 Jun 2000 02:18:17 +0000 (02:18 +0000)]
* config/tc-i386.c (tc_i386_fix_adjustable): Revert change from
Sept 1999; RVA relocs need to be treated more like DIR32 relocs
for cygwin import libraries to work properly.

24 years ago2000-06-20 H.J. Lu <hjl@gnu.org>
H.J. Lu [Tue, 20 Jun 2000 20:41:02 +0000 (20:41 +0000)]
2000-06-20  H.J. Lu  <hjl@gnu.org>

* Makefile.am: Rebuild dependency.
* Makefile.in: Rebuild.

24 years ago2000-06-20 H.J. Lu <hjl@gnu.org>
H.J. Lu [Tue, 20 Jun 2000 20:40:40 +0000 (20:40 +0000)]
2000-06-20  H.J. Lu  <hjl@gnu.org>

* Makefile.am: Rebuild dependency.
* Makefile.in: Rebuild.
* configure: Likewise.
* doc/Makefile.in: Likewise.

24 years ago2000-06-20 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
Ulf Carlsson [Tue, 20 Jun 2000 16:37:36 +0000 (16:37 +0000)]
2000-06-20  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>

* elf32-mips.c (_bfd_mips_elf_copy_indirect_symbol): New function.
(elf_backend_copy_indirect_symbol): Map to the new function.

24 years agoTI C54x target added.
Timothy Wall [Tue, 20 Jun 2000 13:59:03 +0000 (13:59 +0000)]
TI C54x target added.

24 years agoTI C54x target.
Timothy Wall [Tue, 20 Jun 2000 13:52:32 +0000 (13:52 +0000)]
TI C54x target.

24 years agotic54x support.
Timothy Wall [Tue, 20 Jun 2000 13:31:59 +0000 (13:31 +0000)]
tic54x support.

24 years agotic54x/ibmc54xdsp target for ld.
Timothy Wall [Tue, 20 Jun 2000 13:29:07 +0000 (13:29 +0000)]
tic54x/ibmc54xdsp target for ld.