OSDN Git Service

pf3gnuchains/pf3gnuchains4x.git
24 years agoRemove the `/* Fall through. */' comment in elf_link_output_extsym ()
H.J. Lu [Mon, 5 Jun 2000 18:15:35 +0000 (18:15 +0000)]
Remove the `/* Fall through.  */' comment in elf_link_output_extsym ()
for the indirect symbol.

24 years ago2000-06-05 H.J. Lu <hjl@gnu.org>
H.J. Lu [Mon, 5 Jun 2000 17:21:32 +0000 (17:21 +0000)]
2000-06-05  H.J. Lu  <hjl@gnu.org>

* elflink.h (elf_fix_symbol_flags): Follow the link for the
indirect symbol for the ELF_LINK_NON_ELF bit.
(elf_link_output_extsym): Don't output the indirect symbol even
if the ELF_LINK_NON_ELF bit is set.

24 years ago2000-06-05 Michael Matz <matz@ifh.de>
H.J. Lu [Mon, 5 Jun 2000 16:16:31 +0000 (16:16 +0000)]
2000-06-05  Michael Matz <matz@ifh.de>

* ldgram.y (vers_defns): Handle 'extern "C++" { ... }' in
 version scripts.

 * ldlex.l (V_IDENTIFIER): Accept `::' in symbols.

24 years agoModify test to check line separator works.
Alan Modra [Sun, 4 Jun 2000 23:14:30 +0000 (23:14 +0000)]
Modify test to check line separator works.

24 years ago(is_end_of_line): Add three missing lines of 0 initializers.
Alan Modra [Sun, 4 Jun 2000 05:03:31 +0000 (05:03 +0000)]
(is_end_of_line): Add three missing lines of 0 initializers.

24 years ago(is_end_of_line): No ';' for TC_HPPA.
Alan Modra [Sun, 4 Jun 2000 03:28:38 +0000 (03:28 +0000)]
(is_end_of_line): No ';' for TC_HPPA.

24 years ago2000-06-03 H.J. Lu <hjl@gnu.org>
H.J. Lu [Sat, 3 Jun 2000 22:33:09 +0000 (22:33 +0000)]
2000-06-03  H.J. Lu  <hjl@gnu.org>

* read.c (is_end_of_line): Put back `;'.

24 years agoUpdate md_shortopts to what we actually handle.
Alan Modra [Sat, 3 Jun 2000 13:06:33 +0000 (13:06 +0000)]
Update md_shortopts to what we actually handle.

24 years agoFix name clash
Alan Modra [Sat, 3 Jun 2000 01:57:29 +0000 (01:57 +0000)]
Fix name clash

24 years ago * strings.c (isgraphic): Interpret <TAB> as a printable character,
David O'Brien [Fri, 2 Jun 2000 18:55:04 +0000 (18:55 +0000)]
* strings.c (isgraphic): Interpret <TAB> as a printable character,
analogous to <SPACE>.

Approved by: Nick Clifton <nickc@cygnus.com>
<200005222243.PAA14590@elmo.cygnus.com>

24 years agoFix formatting
Nick Clifton [Fri, 2 Jun 2000 18:09:28 +0000 (18:09 +0000)]
Fix formatting

24 years agois_end_of_line fixes.
Alan Modra [Fri, 2 Jun 2000 02:52:10 +0000 (02:52 +0000)]
is_end_of_line fixes.

24 years ago* config.bfd (i[3456]86-*-netbsdelf*): New target.
J.T. Conklin [Thu, 1 Jun 2000 22:06:18 +0000 (22:06 +0000)]
* config.bfd (i[3456]86-*-netbsdelf*): New target.
(i[3456]86-*-netbsdaout*): New target.
(i[3456]86-*-netbsd*): Add bfd_elf32_i386_vec to targ_selvecs.
(i[3456]86-*-openbsd*): Likewise.

24 years agoThe ARM assembler is not assembling the following instruction
Scott Bambrough [Thu, 1 Jun 2000 19:07:54 +0000 (19:07 +0000)]
The ARM assembler is not assembling the following instruction
correctly.

mrs lr, spsr

The string pointer is advanced to far before the check to set
the SPSR bit.

Thu Jun 01 2000  Scott Bambrough <scottb@netwinder.org>

* config/tc-arm.c (do_mrs): Allow SPSR_BIT to be set correctly.

24 years agoApplied patch from Kazu Hirata <kazu@hxi.com> to fix disassembly of inc.l
Nick Clifton [Thu, 1 Jun 2000 18:19:59 +0000 (18:19 +0000)]
Applied patch from  Kazu Hirata  <kazu@hxi.com> to fix disassembly of inc.l
and dec.l instructions

24 years ago* trad-core.c: From hpux-core.c, include <dirent.h> or
Andrew Cagney [Thu, 1 Jun 2000 10:09:30 +0000 (10:09 +0000)]
* trad-core.c: From hpux-core.c, include <dirent.h> or
<sys/ndir.h> when possible.

24 years agoundo repvious delta
Nick Clifton [Thu, 1 Jun 2000 00:11:31 +0000 (00:11 +0000)]
undo repvious delta

24 years agoAdd comment describoing why dgettext() is used in _() macro.
Nick Clifton [Wed, 31 May 2000 18:32:07 +0000 (18:32 +0000)]
Add comment describoing why dgettext() is used in _() macro.

24 years agoUpdate.
Ulrich Drepper [Wed, 31 May 2000 17:27:56 +0000 (17:27 +0000)]
Update.

24 years ago(_bfd_elf_slurp_version_tables): Correct reading of version
Ulrich Drepper [Wed, 31 May 2000 17:27:51 +0000 (17:27 +0000)]
(_bfd_elf_slurp_version_tables): Correct reading of version
definitions.  We must not assume they are sorted in the file
according to their index numbers.

24 years agofile itbl-lex.c was initially added on branch binutils-2_10-branch.
Phil Blundell [Wed, 31 May 2000 12:27:13 +0000 (12:27 +0000)]
file itbl-lex.c was initially added on branch binutils-2_10-branch.

24 years agoAdd field ``name'' to floatformat.
Andrew Cagney [Wed, 31 May 2000 10:55:00 +0000 (10:55 +0000)]
Add field ``name'' to floatformat.

24 years agoImport texinfo.tex from texinfo-4.0.
Andrew Cagney [Wed, 31 May 2000 10:18:58 +0000 (10:18 +0000)]
Import texinfo.tex from texinfo-4.0.
Add support for ``make pdf'' to the gdb/doc directory using pdftex.

24 years ago(elf_hppa_final_link_relocate) Fix handling of branches.
Alan Modra [Wed, 31 May 2000 09:00:00 +0000 (09:00 +0000)]
(elf_hppa_final_link_relocate) Fix handling of branches.

24 years agoAccept 80960* machine names (as generated by ieee.c)
Nick Clifton [Tue, 30 May 2000 21:31:56 +0000 (21:31 +0000)]
Accept 80960* machine names (as generated by ieee.c)

24 years ago * Makefile.in (objalloc.o): Depend on config.h
Jeff Law [Tue, 30 May 2000 21:08:32 +0000 (21:08 +0000)]
    * Makefile.in (objalloc.o): Depend on config.h

24 years agoUndo part of previous delta, so that _() calls dgettext() not gettext().
Nick Clifton [Tue, 30 May 2000 21:04:24 +0000 (21:04 +0000)]
Undo part of previous delta, so that _() calls dgettext() not gettext().

24 years ago2000-05-30 H.J. Lu <hjl@gnu.org>
H.J. Lu [Tue, 30 May 2000 20:51:36 +0000 (20:51 +0000)]
2000-05-30  H.J. Lu  <hjl@gnu.org>

* elflink.c (_bfd_elf_link_record_dynamic_symbol): Clear the
visibility bits if the symbol is undefined. Correctly handle
weak undefined symbols with hidden and internal attributes.

* elflink.h (elf_link_add_object_symbols): Always turn the
symbol into local if it has the hidden or internal attribute.

24 years agoReplace defines with those from intl/libgettext.h to quieten gcc warnings.
Nick Clifton [Tue, 30 May 2000 18:35:35 +0000 (18:35 +0000)]
Replace defines with those from intl/libgettext.h to quieten gcc warnings.

24 years ago* config.sub: Import CVS version 1.167 Tue May 30 09:00:07 2000.
Andrew Cagney [Tue, 30 May 2000 09:08:59 +0000 (09:08 +0000)]
* config.sub: Import CVS version 1.167 Tue May 30 09:00:07 2000.
* config.guess: Import CVS version 1.148 Tue May 30 09:00:06 2000

24 years agoFix my inept 2000-05-24 change.
Alan Modra [Tue, 30 May 2000 07:47:56 +0000 (07:47 +0000)]
Fix my inept 2000-05-24 change.

24 years agoFix compile time warning messages.
Nick Clifton [Mon, 29 May 2000 22:05:27 +0000 (22:05 +0000)]
Fix compile time warning messages.

24 years ago * hashtab.c, partition.c, xmemdup.c: Include string.h
Zack Weinberg [Mon, 29 May 2000 20:45:32 +0000 (20:45 +0000)]
* hashtab.c, partition.c, xmemdup.c: Include string.h
if HAVE_STRING_H.
* pexecute.c, xexit.c: Include stdlib.h if HAVE_STDLIB_H.
* objalloc.c: Include config.h.  Include stdlib.h and don't
declare malloc or free if HAVE_STDLIB_H.
* strerror.c, strsignal.c: Include stdlib.h if HAVE_STDLIB_H,
else declare malloc without prototype.  Include string.h if
HAVE_STRING_H, else declare memset without prototype.  Don't
include stddef.h.

* sort.c: Bring over from GCC.

24 years agoMinor formatting tweak to make synchronisation easier.
Nick Clifton [Mon, 29 May 2000 20:25:14 +0000 (20:25 +0000)]
Minor formatting tweak to make synchronisation easier.

24 years agoUpdate copyright dates
Nick Clifton [Mon, 29 May 2000 20:10:32 +0000 (20:10 +0000)]
Update copyright dates

24 years agoDo not run test sfor c54x
Nick Clifton [Mon, 29 May 2000 20:04:54 +0000 (20:04 +0000)]
Do not run test sfor c54x

24 years agoRemove RCS date string in order to make synchronisation easier.
Nick Clifton [Mon, 29 May 2000 19:56:44 +0000 (19:56 +0000)]
Remove RCS date string in order to make synchronisation easier.

24 years ago2000-05-29 Philip Blundell <philb@gnu.org>
Phil Blundell [Mon, 29 May 2000 18:48:26 +0000 (18:48 +0000)]
2000-05-29  Philip Blundell  <philb@gnu.org>

* doc/as.texinfo: (Local Labels): Delete misplaced mention of ARM.

24 years ago2000-05-29 Philip Blundell <philb@gnu.org>
Phil Blundell [Mon, 29 May 2000 18:20:07 +0000 (18:20 +0000)]
2000-05-29  Philip Blundell  <philb@gnu.org>

* ppcboot.c: Add packed attribute if compiling with GCC.

24 years ago2000-05-29 Philip Blundell <philb@gnu.org>
Phil Blundell [Mon, 29 May 2000 18:18:42 +0000 (18:18 +0000)]
2000-05-29  Philip Blundell  <philb@gnu.org>

* doc/as.texinfo: Update copyright dates.
* NEWS: Mention ARM ELF support.

24 years agofile ldver.texi was initially added on branch binutils-2_10-branch.
Phil Blundell [Mon, 29 May 2000 14:08:54 +0000 (14:08 +0000)]
file ldver.texi was initially added on branch binutils-2_10-branch.

24 years agofile ldlex.c was initially added on branch binutils-2_10-branch.
Phil Blundell [Mon, 29 May 2000 14:08:53 +0000 (14:08 +0000)]
file ldlex.c was initially added on branch binutils-2_10-branch.

24 years agofile ldgram.h was initially added on branch binutils-2_10-branch.
Phil Blundell [Mon, 29 May 2000 14:08:53 +0000 (14:08 +0000)]
file ldgram.h was initially added on branch binutils-2_10-branch.

24 years agofile ldgram.c was initially added on branch binutils-2_10-branch.
Phil Blundell [Mon, 29 May 2000 14:08:53 +0000 (14:08 +0000)]
file ldgram.c was initially added on branch binutils-2_10-branch.

24 years agofile ld.info-4 was initially added on branch binutils-2_10-branch.
Phil Blundell [Mon, 29 May 2000 14:08:53 +0000 (14:08 +0000)]
file ld.info-4 was initially added on branch binutils-2_10-branch.

24 years agofile ld.info-3 was initially added on branch binutils-2_10-branch.
Phil Blundell [Mon, 29 May 2000 14:08:53 +0000 (14:08 +0000)]
file ld.info-3 was initially added on branch binutils-2_10-branch.

24 years agofile ld.info-2 was initially added on branch binutils-2_10-branch.
Phil Blundell [Mon, 29 May 2000 14:08:53 +0000 (14:08 +0000)]
file ld.info-2 was initially added on branch binutils-2_10-branch.

24 years agofile ld.info-1 was initially added on branch binutils-2_10-branch.
Phil Blundell [Mon, 29 May 2000 14:08:53 +0000 (14:08 +0000)]
file ld.info-1 was initially added on branch binutils-2_10-branch.

24 years agofile ld.info was initially added on branch binutils-2_10-branch.
Phil Blundell [Mon, 29 May 2000 14:08:53 +0000 (14:08 +0000)]
file ld.info was initially added on branch binutils-2_10-branch.

24 years agofile gprof.info-2 was initially added on branch binutils-2_10-branch.
Phil Blundell [Mon, 29 May 2000 14:08:53 +0000 (14:08 +0000)]
file gprof.info-2 was initially added on branch binutils-2_10-branch.

24 years agofile gprof.info-1 was initially added on branch binutils-2_10-branch.
Phil Blundell [Mon, 29 May 2000 14:08:53 +0000 (14:08 +0000)]
file gprof.info-1 was initially added on branch binutils-2_10-branch.

24 years agofile gprof.info was initially added on branch binutils-2_10-branch.
Phil Blundell [Mon, 29 May 2000 14:08:53 +0000 (14:08 +0000)]
file gprof.info was initially added on branch binutils-2_10-branch.

24 years agofile fsf_callg_bl.c was initially added on branch binutils-2_10-branch.
Phil Blundell [Mon, 29 May 2000 14:08:53 +0000 (14:08 +0000)]
file fsf_callg_bl.c was initially added on branch binutils-2_10-branch.

24 years agofile flat_bl.c was initially added on branch binutils-2_10-branch.
Phil Blundell [Mon, 29 May 2000 14:08:53 +0000 (14:08 +0000)]
file flat_bl.c was initially added on branch binutils-2_10-branch.

24 years agofile bsd_callg_bl.c was initially added on branch binutils-2_10-branch.
Phil Blundell [Mon, 29 May 2000 14:08:53 +0000 (14:08 +0000)]
file bsd_callg_bl.c was initially added on branch binutils-2_10-branch.

24 years agofile gasver.texi was initially added on branch binutils-2_10-branch.
Phil Blundell [Mon, 29 May 2000 14:08:53 +0000 (14:08 +0000)]
file gasver.texi was initially added on branch binutils-2_10-branch.

24 years agofile gasp.info was initially added on branch binutils-2_10-branch.
Phil Blundell [Mon, 29 May 2000 14:08:53 +0000 (14:08 +0000)]
file gasp.info was initially added on branch binutils-2_10-branch.

24 years agofile as.info-8 was initially added on branch binutils-2_10-branch.
Phil Blundell [Mon, 29 May 2000 14:08:53 +0000 (14:08 +0000)]
file as.info-8 was initially added on branch binutils-2_10-branch.

24 years agofile as.info-7 was initially added on branch binutils-2_10-branch.
Phil Blundell [Mon, 29 May 2000 14:08:53 +0000 (14:08 +0000)]
file as.info-7 was initially added on branch binutils-2_10-branch.

24 years agofile as.info-6 was initially added on branch binutils-2_10-branch.
Phil Blundell [Mon, 29 May 2000 14:08:53 +0000 (14:08 +0000)]
file as.info-6 was initially added on branch binutils-2_10-branch.

24 years agofile as.info-5 was initially added on branch binutils-2_10-branch.
Phil Blundell [Mon, 29 May 2000 14:08:53 +0000 (14:08 +0000)]
file as.info-5 was initially added on branch binutils-2_10-branch.

24 years agofile as.info-4 was initially added on branch binutils-2_10-branch.
Phil Blundell [Mon, 29 May 2000 14:08:53 +0000 (14:08 +0000)]
file as.info-4 was initially added on branch binutils-2_10-branch.

24 years agofile as.info-3 was initially added on branch binutils-2_10-branch.
Phil Blundell [Mon, 29 May 2000 14:08:53 +0000 (14:08 +0000)]
file as.info-3 was initially added on branch binutils-2_10-branch.

24 years agofile as.info-2 was initially added on branch binutils-2_10-branch.
Phil Blundell [Mon, 29 May 2000 14:08:53 +0000 (14:08 +0000)]
file as.info-2 was initially added on branch binutils-2_10-branch.

24 years agofile as.info-1 was initially added on branch binutils-2_10-branch.
Phil Blundell [Mon, 29 May 2000 14:08:53 +0000 (14:08 +0000)]
file as.info-1 was initially added on branch binutils-2_10-branch.

24 years agofile as.info was initially added on branch binutils-2_10-branch.
Phil Blundell [Mon, 29 May 2000 14:08:53 +0000 (14:08 +0000)]
file as.info was initially added on branch binutils-2_10-branch.

24 years agofile make-gas.com was initially added on branch binutils-2_10-branch.
Phil Blundell [Mon, 29 May 2000 14:08:53 +0000 (14:08 +0000)]
file make-gas.com was initially added on branch binutils-2_10-branch.

24 years agofile m68k-parse.c was initially added on branch binutils-2_10-branch.
Phil Blundell [Mon, 29 May 2000 14:08:53 +0000 (14:08 +0000)]
file m68k-parse.c was initially added on branch binutils-2_10-branch.

24 years agofile itbl-parse.h was initially added on branch binutils-2_10-branch.
Phil Blundell [Mon, 29 May 2000 14:08:53 +0000 (14:08 +0000)]
file itbl-parse.h was initially added on branch binutils-2_10-branch.

24 years agofile itbl-parse.c was initially added on branch binutils-2_10-branch.
Phil Blundell [Mon, 29 May 2000 14:08:53 +0000 (14:08 +0000)]
file itbl-parse.c was initially added on branch binutils-2_10-branch.

24 years agofile standards.info was initially added on branch binutils-2_10-branch.
Phil Blundell [Mon, 29 May 2000 14:08:52 +0000 (14:08 +0000)]
file standards.info was initially added on branch binutils-2_10-branch.

24 years agofile configure.info-3 was initially added on branch binutils-2_10-branch.
Phil Blundell [Mon, 29 May 2000 14:08:52 +0000 (14:08 +0000)]
file configure.info-3 was initially added on branch binutils-2_10-branch.

24 years agofile configure.info-2 was initially added on branch binutils-2_10-branch.
Phil Blundell [Mon, 29 May 2000 14:08:52 +0000 (14:08 +0000)]
file configure.info-2 was initially added on branch binutils-2_10-branch.

24 years agofile configure.info-1 was initially added on branch binutils-2_10-branch.
Phil Blundell [Mon, 29 May 2000 14:08:52 +0000 (14:08 +0000)]
file configure.info-1 was initially added on branch binutils-2_10-branch.

24 years agofile configure.info was initially added on branch binutils-2_10-branch.
Phil Blundell [Mon, 29 May 2000 14:08:52 +0000 (14:08 +0000)]
file configure.info was initially added on branch binutils-2_10-branch.

24 years agofile syslex.c was initially added on branch binutils-2_10-branch.
Phil Blundell [Mon, 29 May 2000 14:08:52 +0000 (14:08 +0000)]
file syslex.c was initially added on branch binutils-2_10-branch.

24 years agofile sysinfo.h was initially added on branch binutils-2_10-branch.
Phil Blundell [Mon, 29 May 2000 14:08:52 +0000 (14:08 +0000)]
file sysinfo.h was initially added on branch binutils-2_10-branch.

24 years agofile sysinfo.c was initially added on branch binutils-2_10-branch.
Phil Blundell [Mon, 29 May 2000 14:08:52 +0000 (14:08 +0000)]
file sysinfo.c was initially added on branch binutils-2_10-branch.

24 years agofile rcparse.h was initially added on branch binutils-2_10-branch.
Phil Blundell [Mon, 29 May 2000 14:08:52 +0000 (14:08 +0000)]
file rcparse.h was initially added on branch binutils-2_10-branch.

24 years agofile rcparse.c was initially added on branch binutils-2_10-branch.
Phil Blundell [Mon, 29 May 2000 14:08:52 +0000 (14:08 +0000)]
file rcparse.c was initially added on branch binutils-2_10-branch.

24 years agofile nlmheader.h was initially added on branch binutils-2_10-branch.
Phil Blundell [Mon, 29 May 2000 14:08:52 +0000 (14:08 +0000)]
file nlmheader.h was initially added on branch binutils-2_10-branch.

24 years agofile nlmheader.c was initially added on branch binutils-2_10-branch.
Phil Blundell [Mon, 29 May 2000 14:08:52 +0000 (14:08 +0000)]
file nlmheader.c was initially added on branch binutils-2_10-branch.

24 years agofile defparse.h was initially added on branch binutils-2_10-branch.
Phil Blundell [Mon, 29 May 2000 14:08:52 +0000 (14:08 +0000)]
file defparse.h was initially added on branch binutils-2_10-branch.

24 years agofile defparse.c was initially added on branch binutils-2_10-branch.
Phil Blundell [Mon, 29 May 2000 14:08:52 +0000 (14:08 +0000)]
file defparse.c was initially added on branch binutils-2_10-branch.

24 years agofile deflex.c was initially added on branch binutils-2_10-branch.
Phil Blundell [Mon, 29 May 2000 14:08:52 +0000 (14:08 +0000)]
file deflex.c was initially added on branch binutils-2_10-branch.

24 years agofile config.texi was initially added on branch binutils-2_10-branch.
Phil Blundell [Mon, 29 May 2000 14:08:52 +0000 (14:08 +0000)]
file config.texi was initially added on branch binutils-2_10-branch.

24 years agofile binutils.info-3 was initially added on branch binutils-2_10-branch.
Phil Blundell [Mon, 29 May 2000 14:08:52 +0000 (14:08 +0000)]
file binutils.info-3 was initially added on branch binutils-2_10-branch.

24 years agofile binutils.info-2 was initially added on branch binutils-2_10-branch.
Phil Blundell [Mon, 29 May 2000 14:08:52 +0000 (14:08 +0000)]
file binutils.info-2 was initially added on branch binutils-2_10-branch.

24 years agofile binutils.info-1 was initially added on branch binutils-2_10-branch.
Phil Blundell [Mon, 29 May 2000 14:08:52 +0000 (14:08 +0000)]
file binutils.info-1 was initially added on branch binutils-2_10-branch.

24 years agofile binutils.info was initially added on branch binutils-2_10-branch.
Phil Blundell [Mon, 29 May 2000 14:08:52 +0000 (14:08 +0000)]
file binutils.info was initially added on branch binutils-2_10-branch.

24 years agofile arparse.h was initially added on branch binutils-2_10-branch.
Phil Blundell [Mon, 29 May 2000 14:08:52 +0000 (14:08 +0000)]
file arparse.h was initially added on branch binutils-2_10-branch.

24 years agofile arparse.c was initially added on branch binutils-2_10-branch.
Phil Blundell [Mon, 29 May 2000 14:08:52 +0000 (14:08 +0000)]
file arparse.c was initially added on branch binutils-2_10-branch.

24 years agofile arlex.c was initially added on branch binutils-2_10-branch.
Phil Blundell [Mon, 29 May 2000 14:08:52 +0000 (14:08 +0000)]
file arlex.c was initially added on branch binutils-2_10-branch.

24 years agofile targets.texi was initially added on branch binutils-2_10-branch.
Phil Blundell [Mon, 29 May 2000 14:08:52 +0000 (14:08 +0000)]
file targets.texi was initially added on branch binutils-2_10-branch.

24 years agofile syms.texi was initially added on branch binutils-2_10-branch.
Phil Blundell [Mon, 29 May 2000 14:08:52 +0000 (14:08 +0000)]
file syms.texi was initially added on branch binutils-2_10-branch.

24 years agofile section.texi was initially added on branch binutils-2_10-branch.
Phil Blundell [Mon, 29 May 2000 14:08:52 +0000 (14:08 +0000)]
file section.texi was initially added on branch binutils-2_10-branch.

24 years agofile reloc.texi was initially added on branch binutils-2_10-branch.
Phil Blundell [Mon, 29 May 2000 14:08:52 +0000 (14:08 +0000)]
file reloc.texi was initially added on branch binutils-2_10-branch.

24 years agofile opncls.texi was initially added on branch binutils-2_10-branch.
Phil Blundell [Mon, 29 May 2000 14:08:52 +0000 (14:08 +0000)]
file opncls.texi was initially added on branch binutils-2_10-branch.

24 years agofile linker.texi was initially added on branch binutils-2_10-branch.
Phil Blundell [Mon, 29 May 2000 14:08:52 +0000 (14:08 +0000)]
file linker.texi was initially added on branch binutils-2_10-branch.

24 years agofile libbfd.texi was initially added on branch binutils-2_10-branch.
Phil Blundell [Mon, 29 May 2000 14:08:52 +0000 (14:08 +0000)]
file libbfd.texi was initially added on branch binutils-2_10-branch.