]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
Committing generated files for binutils 2.15.97.
authorDaniel Jacobowitz <drow@false.org>
Wed, 20 Apr 2005 19:05:47 +0000 (19:05 +0000)
committerDaniel Jacobowitz <drow@false.org>
Wed, 20 Apr 2005 19:05:47 +0000 (19:05 +0000)
42 files changed:
bfd/po/es.gmo
binutils/doc/addr2line.1
binutils/doc/ar.1
binutils/doc/binutils.info
binutils/doc/cxxfilt.man
binutils/doc/dlltool.1
binutils/doc/nlmconv.1
binutils/doc/nm.1
binutils/doc/objcopy.1
binutils/doc/objdump.1
binutils/doc/ranlib.1
binutils/doc/readelf.1
binutils/doc/size.1
binutils/doc/strings.1
binutils/doc/strip.1
binutils/doc/windres.1
binutils/po/es.gmo
binutils/po/fr.gmo
binutils/po/ro.gmo [new file with mode: 0644]
binutils/po/ru.gmo
binutils/po/tr.gmo
gas/doc/as.1
gas/doc/as.info
gas/doc/as.info-1
gas/doc/as.info-2
gas/doc/as.info-3
gas/doc/gasver.texi
gas/po/es.gmo
gas/po/tr.gmo
gprof/po/de.gmo
gprof/po/es.gmo
gprof/po/fr.gmo
gprof/po/tr.gmo
gprof/po/vi.gmo
ld/ld.1
ld/ld.info
ld/ldver.texi
ld/po/es.gmo
ld/po/fr.gmo
ld/po/tr.gmo
opcodes/po/es.gmo
opcodes/po/fr.gmo

index cff702a204fd0b809f1b2039085aba9895a89512..79ea6e127b4e504de82aededcc7601793225009c 100644 (file)
Binary files a/bfd/po/es.gmo and b/bfd/po/es.gmo differ
index 372862864952152e03ecc0baf741916a2f517ca9..4400d5edb7dc9ad950b6aef43c1c397ab96053a7 100644 (file)
 .\" ========================================================================
 .\"
 .IX Title "ADDR2LINE 1"
-.TH ADDR2LINE 1 "2005-03-08" "binutils-2.15.96" "GNU Development Tools"
+.TH ADDR2LINE 1 "2005-04-20" "binutils-2.15.97" "GNU Development Tools"
 .SH "NAME"
 addr2line \- convert addresses into file names and line numbers.
 .SH "SYNOPSIS"
index 3e36beafc5041499e177b61b56895fa47cfcabc4..1ae7a09bbb94a08cc253f876cea4dee3b80aa727 100644 (file)
 .\" ========================================================================
 .\"
 .IX Title "AR 1"
-.TH AR 1 "2005-03-08" "binutils-2.15.96" "GNU Development Tools"
+.TH AR 1 "2005-04-20" "binutils-2.15.97" "GNU Development Tools"
 .SH "NAME"
 ar \- create, modify, and extract from archives
 .SH "SYNOPSIS"
index bc13568c705fbbc0a1bea6b86385ac31ba8bcd95..2468db92e6712fb8d1d5a1e5b4a9ce2a92f2ae58 100644 (file)
@@ -37,7 +37,7 @@ Introduction
 ************
 
 This brief manual contains documentation for the GNU binary utilities
-(collectively version 2.15.96):
+(collectively version 2.15.97):
 
    This document is distributed under the terms of the GNU Free
 Documentation License.  A copy of the license is included in the
@@ -2663,6 +2663,7 @@ File: binutils.info,  Node: readelf,  Next: size,  Prev: ranlib,  Up: Top
              [`-h'|`--file-header']
              [`-l'|`--program-headers'|`--segments']
              [`-S'|`--section-headers'|`--sections']
+             [`-g'|`--section-groups']
              [`-e'|`--headers']
              [`-s'|`--syms'|`--symbols']
              [`-n'|`--notes']
@@ -2717,6 +2718,11 @@ equivalent.  At least one option besides `-v' or `-H' must be given.
      Displays the information contained in the file's section headers,
      if it has any.
 
+`-g'
+`--section-groups'
+     Displays the information contained in the file's section groups,
+     if it has any.
+
 `-s'
 `--symbols'
 `--syms'
@@ -2742,12 +2748,6 @@ equivalent.  At least one option besides `-v' or `-H' must be given.
      Only the unwind sections for IA64 ELF files are currently
      supported.
 
-`-u'
-`--unwind'
-     Displays the contents of the file's unwind section, if it has one.
-     Only the unwind sections for IA64 ELF files are currently
-     supported.
-
 `-d'
 `--dynamic'
      Displays the contents of the file's dynamic section, if it has one.
@@ -3562,15 +3562,16 @@ Index
 * dynamic symbol table entries, printing: objdump.            (line 334)
 * dynamic symbols:                       nm.                  (line 136)
 * ELF dynamic section information:       readelf.             (line  97)
-* ELF file header information:           readelf.             (line  49)
+* ELF file header information:           readelf.             (line  50)
 * ELF file information:                  readelf.             (line   6)
-* ELF notes:                             readelf.             (line  76)
+* ELF notes:                             readelf.             (line  82)
 * ELF object file format:                objdump.             (line 310)
-* ELF program header information:        readelf.             (line  55)
-* ELF reloc information:                 readelf.             (line  80)
-* ELF section information:               readelf.             (line  61)
-* ELF segment information:               readelf.             (line  55)
-* ELF symbol table information:          readelf.             (line  67)
+* ELF program header information:        readelf.             (line  56)
+* ELF reloc information:                 readelf.             (line  86)
+* ELF section group information:         readelf.             (line  67)
+* ELF section information:               readelf.             (line  62)
+* ELF segment information:               readelf.             (line  56)
+* ELF symbol table information:          readelf.             (line  73)
 * ELF version sections informations:     readelf.             (line 101)
 * endianness:                            objdump.             (line 125)
 * error on valid input:                  Bug Criteria.        (line  12)
@@ -3644,7 +3645,7 @@ Index
 * symbols, discarding:                   strip.               (line   6)
 * undefined symbols:                     nm.                  (line 217)
 * Unix compatibility, ar:                ar cmdline.          (line   8)
-* unwind information:                    readelf.             (line  85)
+* unwind information:                    readelf.             (line  91)
 * updating an archive:                   ar cmdline.          (line 180)
 * version:                               Top.                 (line   6)
 * VMA in objdump:                        objdump.             (line  65)
@@ -3673,13 +3674,13 @@ Node: windres\7f83483
 Node: dlltool\7f89216
 Node: def file format\7f99642
 Node: readelf\7f101380
-Node: Selecting The Target System\7f105783
-Node: Target Selection\7f106708
-Node: Architecture Selection\7f108690
-Node: Reporting Bugs\7f109518
-Node: Bug Criteria\7f110297
-Node: Bug Reporting\7f110850
-Node: GNU Free Documentation License\7f117944
-Node: Index\7f137671
+Node: Selecting The Target System\7f105769
+Node: Target Selection\7f106694
+Node: Architecture Selection\7f108676
+Node: Reporting Bugs\7f109504
+Node: Bug Criteria\7f110283
+Node: Bug Reporting\7f110836
+Node: GNU Free Documentation License\7f117930
+Node: Index\7f137657
 \1f
 End Tag Table
index 62de3fd4faf1c928ff7aa6b1e8a88e6f7dfe36d8..5053f344afafa49e1aa54ea9cb7181eb41940ab5 100644 (file)
 .\" ========================================================================
 .\"
 .IX Title "C++FILT 1"
-.TH C++FILT 1 "2005-03-08" "binutils-2.15.96" "GNU Development Tools"
+.TH C++FILT 1 "2005-04-20" "binutils-2.15.97" "GNU Development Tools"
 .SH "NAME"
 cxxfilt \- Demangle C++ and Java symbols.
 .SH "SYNOPSIS"
index 4f130719f47cf1f9b13ab1fde2309aa81af9c230..0613e18f6d1f34c4a62f48413aa5f1aa29663cf3 100644 (file)
 .\" ========================================================================
 .\"
 .IX Title "DLLTOOL 1"
-.TH DLLTOOL 1 "2005-03-08" "binutils-2.15.96" "GNU Development Tools"
+.TH DLLTOOL 1 "2005-04-20" "binutils-2.15.97" "GNU Development Tools"
 .SH "NAME"
 dlltool \- Create files needed to build and use DLLs.
 .SH "SYNOPSIS"
@@ -181,7 +181,7 @@ section of the object file.  This can be done in C by using the
 .PP
 .Vb 2
 \&          asm (".section .drectve");  
-\&          asm (".ascii \e"-export:my_func\e"");
+\&          asm (".ascii \e"\-export:my_func\e"");
 .Ve
 .PP
 .Vb 1
@@ -214,10 +214,10 @@ also creating a program (from an object file called \fBprogram.o\fR)
 that uses that \s-1DLL:\s0
 .PP
 .Vb 4
-\&          gcc -c dll.c
-\&          dlltool -e exports.o -l dll.lib dll.o
-\&          gcc dll.o exports.o -o dll.dll
-\&          gcc program.o dll.lib -o program
+\&          gcc \-c dll.c
+\&          dlltool \-e exports.o \-l dll.lib dll.o
+\&          gcc dll.o exports.o \-o dll.dll
+\&          gcc program.o dll.lib \-o program
 .Ve
 .SH "OPTIONS"
 .IX Header "OPTIONS"
index 38e1bbfd4cbeb76de2f81953d08d09fc9b81b9f0..8c18265b3e2f1a4052396136c71e9157f7e1b51a 100644 (file)
 .\" ========================================================================
 .\"
 .IX Title "NLMCONV 1"
-.TH NLMCONV 1 "2005-03-08" "binutils-2.15.96" "GNU Development Tools"
+.TH NLMCONV 1 "2005-04-20" "binutils-2.15.97" "GNU Development Tools"
 .SH "NAME"
 nlmconv \- converts object code into an NLM.
 .SH "SYNOPSIS"
index f2698b1997803f5321131ad1320ba0a904fc073f..22d60ea9ada3d4c7e0ecdc715fa9221f5212f451 100644 (file)
 .\" ========================================================================
 .\"
 .IX Title "NM 1"
-.TH NM 1 "2005-03-08" "binutils-2.15.96" "GNU Development Tools"
+.TH NM 1 "2005-04-20" "binutils-2.15.97" "GNU Development Tools"
 .SH "NAME"
 nm \- list symbols from object files
 .SH "SYNOPSIS"
index e2f119da3c9444ae27519abf21688a9567b33f0e..e1655cd96f0ec1eb43f13ed67c92949b18a6dfba 100644 (file)
 .\" ========================================================================
 .\"
 .IX Title "OBJCOPY 1"
-.TH OBJCOPY 1 "2005-03-08" "binutils-2.15.96" "GNU Development Tools"
+.TH OBJCOPY 1 "2005-04-20" "binutils-2.15.97" "GNU Development Tools"
 .SH "NAME"
 objcopy \- copy and translate object files
 .SH "SYNOPSIS"
@@ -370,7 +370,7 @@ point (!) then the sense of the switch is reversed for that symbol.
 For example:
 .Sp
 .Vb 1
-\&          -w -W !foo -W fo*
+\&          \-w \-W !foo \-W fo*
 .Ve
 .Sp
 would cause objcopy to weaken all symbols that start with ``fo''
@@ -546,8 +546,8 @@ you wanted instead to create a section called .rodata containing binary
 data you could use the following command line to achieve it:
 .Sp
 .Vb 3
-\&          objcopy -I binary -O <output_format> -B <architecture> \e
-\&           --rename-section .data=.rodata,alloc,load,readonly,data,contents \e
+\&          objcopy \-I binary \-O <output_format> \-B <architecture> \e
+\&           \-\-rename\-section .data=.rodata,alloc,load,readonly,data,contents \e
 \&           <input_binary_file> <output_object_file>
 .Ve
 .IP "\fB\-\-change\-leading\-char\fR" 4
index 0d153f21d1c161d65a47a1979b42889053f07f63..123710ccc84d6b05368edbd84a8d60c1b78b2945 100644 (file)
 .\" ========================================================================
 .\"
 .IX Title "OBJDUMP 1"
-.TH OBJDUMP 1 "2005-03-08" "binutils-2.15.96" "GNU Development Tools"
+.TH OBJDUMP 1 "2005-04-20" "binutils-2.15.97" "GNU Development Tools"
 .SH "NAME"
 objdump \- display information from object files.
 .SH "SYNOPSIS"
@@ -215,7 +215,7 @@ automatically recognize many formats.
 For example,
 .Sp
 .Vb 1
-\&        objdump -b oasys -m vax -h fu.o
+\&        objdump \-b oasys \-m vax \-h fu.o
 .Ve
 .Sp
 displays summary information from the section headers (\fB\-h\fR) of
index 33d384301190bba349691cf6e0b7ce14dc38565b..99468725c07508ee5b36dd6103129dc83f8db047 100644 (file)
 .\" ========================================================================
 .\"
 .IX Title "RANLIB 1"
-.TH RANLIB 1 "2005-03-08" "binutils-2.15.96" "GNU Development Tools"
+.TH RANLIB 1 "2005-04-20" "binutils-2.15.97" "GNU Development Tools"
 .SH "NAME"
 ranlib \- generate index to archive.
 .SH "SYNOPSIS"
index f430df09c6d1c5e1a00c365012ab473dbdfcf966..2ecb18593d64fcd8f036a675430110b2dc23b6b6 100644 (file)
 .\" ========================================================================
 .\"
 .IX Title "READELF 1"
-.TH READELF 1 "2005-03-08" "binutils-2.15.96" "GNU Development Tools"
+.TH READELF 1 "2005-04-20" "binutils-2.15.97" "GNU Development Tools"
 .SH "NAME"
 readelf \- Displays information about ELF files.
 .SH "SYNOPSIS"
@@ -137,6 +137,7 @@ readelf [\fB\-a\fR|\fB\-\-all\fR]
         [\fB\-h\fR|\fB\-\-file\-header\fR]
         [\fB\-l\fR|\fB\-\-program\-headers\fR|\fB\-\-segments\fR]
         [\fB\-S\fR|\fB\-\-section\-headers\fR|\fB\-\-sections\fR]
+        [\fB\-g\fR|\fB\-\-section\-groups\fR]
         [\fB\-e\fR|\fB\-\-headers\fR]
         [\fB\-s\fR|\fB\-\-syms\fR|\fB\-\-symbols\fR]
         [\fB\-n\fR|\fB\-\-notes\fR]
@@ -209,6 +210,14 @@ has any.
 .PD
 Displays the information contained in the file's section headers, if it
 has any.
+.IP "\fB\-g\fR" 4
+.IX Item "-g"
+.PD 0
+.IP "\fB\-\-section\-groups\fR" 4
+.IX Item "--section-groups"
+.PD
+Displays the information contained in the file's section groups, if it
+has any.
 .IP "\fB\-s\fR" 4
 .IX Item "-s"
 .PD 0
@@ -247,14 +256,6 @@ Displays the contents of the file's relocation section, if it has one.
 .PD
 Displays the contents of the file's unwind section, if it has one.  Only
 the unwind sections for \s-1IA64\s0 \s-1ELF\s0 files are currently supported.
-.IP "\fB\-u\fR" 4
-.IX Item "-u"
-.PD 0
-.IP "\fB\-\-unwind\fR" 4
-.IX Item "--unwind"
-.PD
-Displays the contents of the file's unwind section, if it has one.  Only
-the unwind sections for \s-1IA64\s0 \s-1ELF\s0 files are currently supported.
 .IP "\fB\-d\fR" 4
 .IX Item "-d"
 .PD 0
index a3f55c852c179448cccb435690a268e4edecac76..62e66db2e669b73fc02630a610b3d73848259892 100644 (file)
 .\" ========================================================================
 .\"
 .IX Title "SIZE 1"
-.TH SIZE 1 "2005-03-08" "binutils-2.15.96" "GNU Development Tools"
+.TH SIZE 1 "2005-04-20" "binutils-2.15.97" "GNU Development Tools"
 .SH "NAME"
 size \- list section sizes and total size.
 .SH "SYNOPSIS"
@@ -169,7 +169,7 @@ Here is an example of the Berkeley (default) format of output from
 \&\fBsize\fR: 
 .Sp
 .Vb 4
-\&        $ size --format=Berkeley ranlib size
+\&        $ size \-\-format=Berkeley ranlib size
 \&        text    data    bss     dec     hex     filename
 \&        294880  81920   11592   388392  5ed28   ranlib
 \&        294880  81920   11888   388688  5ee50   size
@@ -178,7 +178,7 @@ Here is an example of the Berkeley (default) format of output from
 This is the same data, but displayed closer to System V conventions:
 .Sp
 .Vb 7
-\&        $ size --format=SysV ranlib size
+\&        $ size \-\-format=SysV ranlib size
 \&        ranlib  :
 \&        section         size         addr
 \&        .text         294880         8192       
index 60462ed6b674c74fed46ae52f98ec71c75accb26..e34292640bf95bd2a550735d02acbb737b5af444 100644 (file)
 .\" ========================================================================
 .\"
 .IX Title "STRINGS 1"
-.TH STRINGS 1 "2005-03-08" "binutils-2.15.96" "GNU Development Tools"
+.TH STRINGS 1 "2005-04-20" "binutils-2.15.97" "GNU Development Tools"
 .SH "NAME"
 strings \- print the strings of printable characters in files.
 .SH "SYNOPSIS"
index cc25e239093cf92542bb71ab757896f5607dba93..5558c9b50071d59e25e75d4d2955d513db38315c 100644 (file)
 .\" ========================================================================
 .\"
 .IX Title "STRIP 1"
-.TH STRIP 1 "2005-03-08" "binutils-2.15.96" "GNU Development Tools"
+.TH STRIP 1 "2005-04-20" "binutils-2.15.97" "GNU Development Tools"
 .SH "NAME"
 strip \- Discard symbols from object files.
 .SH "SYNOPSIS"
@@ -260,7 +260,7 @@ point (!) then the sense of the switch is reversed for that symbol.
 For example:
 .Sp
 .Vb 1
-\&          -w -K !foo -K fo*
+\&          \-w \-K !foo \-K fo*
 .Ve
 .Sp
 would cause strip to only keep symbols that start with the letters
index 87ece4768db24e50d09fbd9da01e71b8d185edeb..d639981761f7245bb2f0783088d57697b486ea03 100644 (file)
 .\" ========================================================================
 .\"
 .IX Title "WINDRES 1"
-.TH WINDRES 1 "2005-03-08" "binutils-2.15.96" "GNU Development Tools"
+.TH WINDRES 1 "2005-04-20" "binutils-2.15.97" "GNU Development Tools"
 .SH "NAME"
 windres \- manipulate Windows resources.
 .SH "SYNOPSIS"
index bc12e337746ed347796f43b07160a0f75488bbfc..85338ce8c721876d2642312719051b001c2f28c8 100644 (file)
Binary files a/binutils/po/es.gmo and b/binutils/po/es.gmo differ
index e92b6c8b83d2cd65382776a4138ecd406e6e1914..eb0d177980461f8cfc78f652cb1c26904c2c523e 100644 (file)
Binary files a/binutils/po/fr.gmo and b/binutils/po/fr.gmo differ
diff --git a/binutils/po/ro.gmo b/binutils/po/ro.gmo
new file mode 100644 (file)
index 0000000..f1c1e0e
Binary files /dev/null and b/binutils/po/ro.gmo differ
index df9584885b232fabfe6d3d9354c847a513fd39bd..484c9b67248bbc2d162d45e04ad3374ea6e6904a 100644 (file)
Binary files a/binutils/po/ru.gmo and b/binutils/po/ru.gmo differ
index bf530ce5e68e13f5b2a98e6c149bc9cb720b6af5..71904464e412a81213d3677751fdcc3fdc3a090d 100644 (file)
Binary files a/binutils/po/tr.gmo and b/binutils/po/tr.gmo differ
index d9ccd23a22a16478e9abe5e511588a89b0c08a6f..a3ec41284d560657b1582aa3d52d55f83ff2aa3e 100644 (file)
 .\" ========================================================================
 .\"
 .IX Title "AS 1"
-.TH AS 1 "2005-03-08" "binutils-2.15.96" "GNU Development Tools"
+.TH AS 1 "2005-04-20" "binutils-2.15.97" "GNU Development Tools"
 .SH "NAME"
 AS \- the portable GNU assembler.
 .SH "SYNOPSIS"
@@ -322,7 +322,7 @@ The assembler arguments must be separated from each other (and the \fB\-Wa\fR)
 by commas.  For example:
 .PP
 .Vb 1
-\&        gcc -c -g -O -Wa,-alh,-L file.c
+\&        gcc \-c \-g \-O \-Wa,\-alh,\-L file.c
 .Ve
 .PP
 This passes two options to the assembler: \fB\-alh\fR (emit a listing to
index 2dbc45aed78f556249ae112366275d2f5373d8fd..911de64aee3e3c5d60da8cfe20f7216d91e87d20 100644 (file)
@@ -22,7 +22,7 @@ Free Documentation License".
 Indirect:
 as.info-1: 778
 as.info-2: 299494
-as.info-3: 569799
+as.info-3: 569898
 \1f
 Tag Table:
 (Indirect)
@@ -352,139 +352,139 @@ Node: M88K-Dependent\7f371790
 Node: M88K Directives\7f372041
 Node: MIPS-Dependent\7f373561
 Node: MIPS Opts\7f374648
-Node: MIPS Object\7f381517
-Node: MIPS Stabs\7f383083
-Node: MIPS symbol sizes\7f383805
-Node: MIPS ISA\7f385474
-Node: MIPS autoextend\7f386623
-Node: MIPS insn\7f387353
-Node: MIPS option stack\7f387850
-Node: MIPS ASE instruction generation overrides\7f388624
-Node: MMIX-Dependent\7f389397
-Node: MMIX-Opts\7f389777
-Node: MMIX-Expand\7f393381
-Node: MMIX-Syntax\7f394696
-Ref: mmixsite\7f395053
-Node: MMIX-Chars\7f395894
-Node: MMIX-Symbols\7f396548
-Node: MMIX-Regs\7f398616
-Node: MMIX-Pseudos\7f399641
-Ref: MMIX-loc\7f399782
-Ref: MMIX-local\7f400862
-Ref: MMIX-is\7f401394
-Ref: MMIX-greg\7f401665
-Ref: GREG-base\7f402584
-Ref: MMIX-byte\7f403901
-Ref: MMIX-constants\7f404372
-Ref: MMIX-prefix\7f405018
-Ref: MMIX-spec\7f405392
-Node: MMIX-mmixal\7f405726
-Node: MSP430-Dependent\7f409223
-Node: MSP430 Options\7f409689
-Node: MSP430 Syntax\7f409881
-Node: MSP430-Macros\7f410197
-Node: MSP430-Chars\7f410928
-Node: MSP430-Regs\7f411241
-Node: MSP430-Ext\7f411801
-Node: MSP430 Floating Point\7f413622
-Node: MSP430 Directives\7f413846
-Node: MSP430 Opcodes\7f414637
-Node: MSP430 Profiling Capability\7f415032
-Node: PDP-11-Dependent\7f417361
-Node: PDP-11-Options\7f417750
-Node: PDP-11-Pseudos\7f422821
-Node: PDP-11-Syntax\7f423166
-Node: PDP-11-Mnemonics\7f423917
-Node: PDP-11-Synthetic\7f424219
-Node: PJ-Dependent\7f424437
-Node: PJ Options\7f424662
-Node: PPC-Dependent\7f424939
-Node: PowerPC-Opts\7f425226
-Node: PowerPC-Pseudo\7f427191
-Node: SH-Dependent\7f427790
-Node: SH Options\7f428202
-Node: SH Syntax\7f429056
-Node: SH-Chars\7f429329
-Node: SH-Regs\7f429623
-Node: SH-Addressing\7f430237
-Node: SH Floating Point\7f431146
-Node: SH Directives\7f432240
-Node: SH Opcodes\7f432610
-Node: SH64-Dependent\7f436932
-Node: SH64 Options\7f437295
-Node: SH64 Syntax\7f439012
-Node: SH64-Chars\7f439295
-Node: SH64-Regs\7f439595
-Node: SH64-Addressing\7f440691
-Node: SH64 Directives\7f441874
-Node: SH64 Opcodes\7f442984
-Node: Sparc-Dependent\7f443700
-Node: Sparc-Opts\7f444085
-Node: Sparc-Aligned-Data\7f446342
-Node: Sparc-Float\7f447197
-Node: Sparc-Directives\7f447398
-Node: TIC54X-Dependent\7f449358
-Node: TIC54X-Opts\7f450084
-Node: TIC54X-Block\7f451127
-Node: TIC54X-Env\7f451487
-Node: TIC54X-Constants\7f451835
-Node: TIC54X-Subsyms\7f452237
-Node: TIC54X-Locals\7f454146
-Node: TIC54X-Builtins\7f454890
-Node: TIC54X-Ext\7f457361
-Node: TIC54X-Directives\7f457932
-Node: TIC54X-Macros\7f468834
-Node: TIC54X-MMRegs\7f470944
-Node: Z8000-Dependent\7f471160
-Node: Z8000 Options\7f472124
-Node: Z8000 Syntax\7f472341
-Node: Z8000-Chars\7f472631
-Node: Z8000-Regs\7f472864
-Node: Z8000-Addressing\7f473654
-Node: Z8000 Directives\7f474771
-Node: Z8000 Opcodes\7f476380
-Node: Vax-Dependent\7f486322
-Node: VAX-Opts\7f486839
-Node: VAX-float\7f490574
-Node: VAX-directives\7f491206
-Node: VAX-opcodes\7f492067
-Node: VAX-branch\7f492456
-Node: VAX-operands\7f494963
-Node: VAX-no\7f495726
-Node: V850-Dependent\7f495963
-Node: V850 Options\7f496361
-Node: V850 Syntax\7f498750
-Node: V850-Chars\7f498990
-Node: V850-Regs\7f499155
-Node: V850 Floating Point\7f500723
-Node: V850 Directives\7f500929
-Node: V850 Opcodes\7f502072
-Node: Xtensa-Dependent\7f507964
-Node: Xtensa Options\7f508695
-Node: Xtensa Syntax\7f511466
-Node: Xtensa Opcodes\7f513355
-Node: Xtensa Registers\7f515149
-Node: Xtensa Optimizations\7f515782
-Node: Density Instructions\7f516234
-Node: Xtensa Automatic Alignment\7f517336
-Node: Xtensa Relaxation\7f520082
-Node: Xtensa Branch Relaxation\7f520990
-Node: Xtensa Call Relaxation\7f522362
-Node: Xtensa Immediate Relaxation\7f524148
-Node: Xtensa Directives\7f526722
-Node: Schedule Directive\7f528430
-Node: Longcalls Directive\7f528770
-Node: Transform Directive\7f529314
-Node: Literal Directive\7f530056
-Node: Literal Position Directive\7f531841
-Node: Literal Prefix Directive\7f533540
-Node: Absolute Literals Directive\7f535703
-Node: Reporting Bugs\7f537010
-Node: Bug Criteria\7f537734
-Node: Bug Reporting\7f538499
-Node: Acknowledgements\7f545132
-Ref: Acknowledgements-Footnote-1\7f550051
-Node: GNU Free Documentation License\7f550077
-Node: Index\7f569799
+Node: MIPS Object\7f381616
+Node: MIPS Stabs\7f383182
+Node: MIPS symbol sizes\7f383904
+Node: MIPS ISA\7f385573
+Node: MIPS autoextend\7f386722
+Node: MIPS insn\7f387452
+Node: MIPS option stack\7f387949
+Node: MIPS ASE instruction generation overrides\7f388723
+Node: MMIX-Dependent\7f389496
+Node: MMIX-Opts\7f389876
+Node: MMIX-Expand\7f393480
+Node: MMIX-Syntax\7f394795
+Ref: mmixsite\7f395152
+Node: MMIX-Chars\7f395993
+Node: MMIX-Symbols\7f396647
+Node: MMIX-Regs\7f398715
+Node: MMIX-Pseudos\7f399740
+Ref: MMIX-loc\7f399881
+Ref: MMIX-local\7f400961
+Ref: MMIX-is\7f401493
+Ref: MMIX-greg\7f401764
+Ref: GREG-base\7f402683
+Ref: MMIX-byte\7f404000
+Ref: MMIX-constants\7f404471
+Ref: MMIX-prefix\7f405117
+Ref: MMIX-spec\7f405491
+Node: MMIX-mmixal\7f405825
+Node: MSP430-Dependent\7f409322
+Node: MSP430 Options\7f409788
+Node: MSP430 Syntax\7f409980
+Node: MSP430-Macros\7f410296
+Node: MSP430-Chars\7f411027
+Node: MSP430-Regs\7f411340
+Node: MSP430-Ext\7f411900
+Node: MSP430 Floating Point\7f413721
+Node: MSP430 Directives\7f413945
+Node: MSP430 Opcodes\7f414736
+Node: MSP430 Profiling Capability\7f415131
+Node: PDP-11-Dependent\7f417460
+Node: PDP-11-Options\7f417849
+Node: PDP-11-Pseudos\7f422920
+Node: PDP-11-Syntax\7f423265
+Node: PDP-11-Mnemonics\7f424016
+Node: PDP-11-Synthetic\7f424318
+Node: PJ-Dependent\7f424536
+Node: PJ Options\7f424761
+Node: PPC-Dependent\7f425038
+Node: PowerPC-Opts\7f425325
+Node: PowerPC-Pseudo\7f427290
+Node: SH-Dependent\7f427889
+Node: SH Options\7f428301
+Node: SH Syntax\7f429155
+Node: SH-Chars\7f429428
+Node: SH-Regs\7f429722
+Node: SH-Addressing\7f430336
+Node: SH Floating Point\7f431245
+Node: SH Directives\7f432339
+Node: SH Opcodes\7f432709
+Node: SH64-Dependent\7f437031
+Node: SH64 Options\7f437394
+Node: SH64 Syntax\7f439111
+Node: SH64-Chars\7f439394
+Node: SH64-Regs\7f439694
+Node: SH64-Addressing\7f440790
+Node: SH64 Directives\7f441973
+Node: SH64 Opcodes\7f443083
+Node: Sparc-Dependent\7f443799
+Node: Sparc-Opts\7f444184
+Node: Sparc-Aligned-Data\7f446441
+Node: Sparc-Float\7f447296
+Node: Sparc-Directives\7f447497
+Node: TIC54X-Dependent\7f449457
+Node: TIC54X-Opts\7f450183
+Node: TIC54X-Block\7f451226
+Node: TIC54X-Env\7f451586
+Node: TIC54X-Constants\7f451934
+Node: TIC54X-Subsyms\7f452336
+Node: TIC54X-Locals\7f454245
+Node: TIC54X-Builtins\7f454989
+Node: TIC54X-Ext\7f457460
+Node: TIC54X-Directives\7f458031
+Node: TIC54X-Macros\7f468933
+Node: TIC54X-MMRegs\7f471043
+Node: Z8000-Dependent\7f471259
+Node: Z8000 Options\7f472223
+Node: Z8000 Syntax\7f472440
+Node: Z8000-Chars\7f472730
+Node: Z8000-Regs\7f472963
+Node: Z8000-Addressing\7f473753
+Node: Z8000 Directives\7f474870
+Node: Z8000 Opcodes\7f476479
+Node: Vax-Dependent\7f486421
+Node: VAX-Opts\7f486938
+Node: VAX-float\7f490673
+Node: VAX-directives\7f491305
+Node: VAX-opcodes\7f492166
+Node: VAX-branch\7f492555
+Node: VAX-operands\7f495062
+Node: VAX-no\7f495825
+Node: V850-Dependent\7f496062
+Node: V850 Options\7f496460
+Node: V850 Syntax\7f498849
+Node: V850-Chars\7f499089
+Node: V850-Regs\7f499254
+Node: V850 Floating Point\7f500822
+Node: V850 Directives\7f501028
+Node: V850 Opcodes\7f502171
+Node: Xtensa-Dependent\7f508063
+Node: Xtensa Options\7f508794
+Node: Xtensa Syntax\7f511565
+Node: Xtensa Opcodes\7f513454
+Node: Xtensa Registers\7f515248
+Node: Xtensa Optimizations\7f515881
+Node: Density Instructions\7f516333
+Node: Xtensa Automatic Alignment\7f517435
+Node: Xtensa Relaxation\7f520181
+Node: Xtensa Branch Relaxation\7f521089
+Node: Xtensa Call Relaxation\7f522461
+Node: Xtensa Immediate Relaxation\7f524247
+Node: Xtensa Directives\7f526821
+Node: Schedule Directive\7f528529
+Node: Longcalls Directive\7f528869
+Node: Transform Directive\7f529413
+Node: Literal Directive\7f530155
+Node: Literal Position Directive\7f531940
+Node: Literal Prefix Directive\7f533639
+Node: Absolute Literals Directive\7f535802
+Node: Reporting Bugs\7f537109
+Node: Bug Criteria\7f537833
+Node: Bug Reporting\7f538598
+Node: Acknowledgements\7f545231
+Ref: Acknowledgements-Footnote-1\7f550150
+Node: GNU Free Documentation License\7f550176
+Node: Index\7f569898
 \1f
 End Tag Table
index 36148e5696cfa9c57c39eaec051bc7d9b622c2c4..11c48ae8d2d7a9745b4d11862404df1c454d7418 100644 (file)
@@ -24,7 +24,7 @@ File: as.info,  Node: Top,  Next: Overview,  Up: (dir)
 Using as
 ********
 
-This file is a user guide to the GNU assembler `as' version 2.15.96.
+This file is a user guide to the GNU assembler `as' version 2.15.97.
 
    This document is distributed under the terms of the GNU Free
 Documentation License.  A copy of the license is included in the
index 987eca2d838c73ebc622e8516c1d4c99588a1c7e..4234214eaf477c2aa81e41a594c4665fd7626cea 100644 (file)
@@ -2105,6 +2105,10 @@ The MIPS configurations of GNU `as' support these special options:
      intended to be used on GCC-generated code: it is not designed to
      catch all problems in hand-written assembler code.
 
+`-mfix-vr4130'
+`-no-mfix-vr4130'
+     Insert nops to work around the VR4130 `mflo'/`mfhi' errata.
+
 `-m4010'
 `-no-m4010'
      Generate code for the LSI R4010 chip.  This tells the assembler to
index bff6a369e8bebe7a010512b13a7138a89af85fbd..8cdab2d4b7ed456b15f9f04e3e78b4c93825f8d0 100644 (file)
Binary files a/gas/doc/as.info-3 and b/gas/doc/as.info-3 differ
index a724bf53a1db5b39603b7aea6abdcc736815de86..9b0f00872a830c56e35d0190023b7ff8ac93fb18 100644 (file)
@@ -1 +1 @@
-@set VERSION 2.15.96
+@set VERSION 2.15.97
index 9497cdb075b88c0fcfeb956bdfc3b4fd424fd0e0..b43e80c911244d2ec84ca2d5c46bbbeee23f32b2 100644 (file)
Binary files a/gas/po/es.gmo and b/gas/po/es.gmo differ
index 10635394c1d42163d8d571fcc6c91569e1528539..fe95cfbeb13294a5a2182cab7129863defba3e12 100644 (file)
Binary files a/gas/po/tr.gmo and b/gas/po/tr.gmo differ
index 0d571f5fb008cefb253714a7045265626818dba1..7ab32d8ff1692dc95529af755368f3eff1247483 100644 (file)
Binary files a/gprof/po/de.gmo and b/gprof/po/de.gmo differ
index e2e98a88131da5c9e392c024195464b2f5f4d678..b4c9e724cf762aa6d520df707d92250c0aff10d3 100644 (file)
Binary files a/gprof/po/es.gmo and b/gprof/po/es.gmo differ
index 7b4cbb1b681c11f9c60541fac98c2b78d3bf8106..1909dd46ca83d9b485e2b7152bcfe3b929f033b9 100644 (file)
Binary files a/gprof/po/fr.gmo and b/gprof/po/fr.gmo differ
index 37c1c4617faea76a366ef0d3e1d9b85f11901753..82735ab742f9ea6c9aa2c982b9b7323253df424c 100644 (file)
Binary files a/gprof/po/tr.gmo and b/gprof/po/tr.gmo differ
index cb780fb3b640cdda0acf73b18e518652648e42a7..162edd92b48b471c8786fe023d06e6abc8b0e31f 100644 (file)
Binary files a/gprof/po/vi.gmo and b/gprof/po/vi.gmo differ
diff --git a/ld/ld.1 b/ld/ld.1
index 11686a80a9429e23b4f9491cac697ad4861ab623..56ac9cc3419de3d0bc1d22c44c31730a62621fff 100644 (file)
--- a/ld/ld.1
+++ b/ld/ld.1
 .\" ========================================================================
 .\"
 .IX Title "LD 1"
-.TH LD 1 "2005-03-08" "binutils-2.15.96" "GNU Development Tools"
+.TH LD 1 "2005-04-20" "binutils-2.15.97" "GNU Development Tools"
 .SH "NAME"
 ld \- Using LD, the GNU linker
 .SH "SYNOPSIS"
@@ -173,7 +173,7 @@ object files on a standard, supported Unix system.  On such a system, to
 link a file \f(CW\*(C`hello.o\*(C'\fR:
 .PP
 .Vb 1
-\&        ld -o <output> /lib/crt0.o hello.o -lc
+\&        ld \-o <output> /lib/crt0.o hello.o \-lc
 .Ve
 .PP
 This tells \fBld\fR to produce a file called \fIoutput\fR as the
@@ -239,7 +239,7 @@ prefixed by \fB\-Wl,\fR (or whatever is appropriate for the particular
 compiler driver) like this:
 .PP
 .Vb 1
-\&          gcc -Wl,--startgroup foo.o bar.o -Wl,--endgroup
+\&          gcc \-Wl,\-\-startgroup foo.o bar.o \-Wl,\-\-endgroup
 .Ve
 .PP
 This is important, because otherwise the compiler driver program may
@@ -1803,7 +1803,7 @@ a variable, or b) make the 'constant' index a variable.  Thus:
 .Sp
 .Vb 3
 \&        extern type extern_array[];
-\&        extern_array[1] --> 
+\&        extern_array[1] \-\-> 
 \&           { volatile type *t=extern_array; t[1] }
 .Ve
 .Sp
@@ -1811,7 +1811,7 @@ or
 .Sp
 .Vb 3
 \&        extern type extern_array[];
-\&        extern_array[1] --> 
+\&        extern_array[1] \-\-> 
 \&           { volatile int t=1; extern_array[t] }
 .Ve
 .Sp
@@ -1820,15 +1820,15 @@ is to make the struct itself (or the long long, or the ...) variable:
 .Sp
 .Vb 3
 \&        extern struct s extern_struct;
-\&        extern_struct.field --> 
-\&           { volatile struct s *t=&extern_struct; t->field }
+\&        extern_struct.field \-\-> 
+\&           { volatile struct s *t=&extern_struct; t\->field }
 .Ve
 .Sp
 or
 .Sp
 .Vb 3
 \&        extern long long extern_ll;
-\&        extern_ll -->
+\&        extern_ll \-\->
 \&          { volatile long long * local_ll=&extern_ll; *local_ll }
 .Ve
 .Sp
@@ -1844,9 +1844,9 @@ constant offset' problem, you should consider typical real-world usage:
 Original:
 .Sp
 .Vb 7
-\&        --foo.h
+\&        \-\-foo.h
 \&        extern int arr[];
-\&        --foo.c
+\&        \-\-foo.c
 \&        #include "foo.h"
 \&        void main(int argc, char **argv){
 \&          printf("%d\en",arr[1]);
@@ -1856,9 +1856,9 @@ Original:
 Solution 1:
 .Sp
 .Vb 9
-\&        --foo.h
+\&        \-\-foo.h
 \&        extern int arr[];
-\&        --foo.c
+\&        \-\-foo.c
 \&        #include "foo.h"
 \&        void main(int argc, char **argv){
 \&          /* This workaround is for win32 and cygwin; do not "optimize" */
@@ -1870,8 +1870,8 @@ Solution 1:
 Solution 2:
 .Sp
 .Vb 14
-\&        --foo.h
-\&        /* Note: auto-export is assumed (no __declspec(dllexport)) */
+\&        \-\-foo.h
+\&        /* Note: auto\-export is assumed (no __declspec(dllexport)) */
 \&        #if (defined(_WIN32) || defined(__CYGWIN__)) && \e
 \&          !(defined(FOO_BUILD_DLL) || defined(FOO_STATIC))
 \&        #define FOO_IMPORT __declspec(dllimport)
@@ -1879,7 +1879,7 @@ Solution 2:
 \&        #define FOO_IMPORT
 \&        #endif
 \&        extern FOO_IMPORT int arr[];
-\&        --foo.c
+\&        \-\-foo.c
 \&        #include "foo.h"
 \&        void main(int argc, char **argv){
 \&          printf("%d\en",arr[1]);
index 0a28ca6c2e3ef06548e5b8736c08f2236f41e72b..8f749c1fba7a20999a0b794323eff92aef007a58 100644 (file)
@@ -5,7 +5,7 @@ START-INFO-DIR-ENTRY
 * Ld: (ld).                       The GNU linker.
 END-INFO-DIR-ENTRY
 
-   This file documents the GNU linker LD version 2.15.96.
+   This file documents the GNU linker LD version 2.15.97.
 
    Copyright (C) 1991, 92, 93, 94, 95, 96, 97, 98, 99, 2000, 2001,
 2002, 2003, 2004 Free Software Foundation, Inc.
@@ -16,7 +16,7 @@ File: ld.info,  Node: Top,  Next: Overview,  Up: (dir)
 Using ld
 ********
 
-This file documents the GNU linker ld version 2.15.96.
+This file documents the GNU linker ld version 2.15.97.
 
    This document is distributed under the terms of the GNU Free
 Documentation License.  A copy of the license is included in the
index a724bf53a1db5b39603b7aea6abdcc736815de86..9b0f00872a830c56e35d0190023b7ff8ac93fb18 100644 (file)
@@ -1 +1 @@
-@set VERSION 2.15.96
+@set VERSION 2.15.97
index 1a6a7b5501603a268b4d94a178479578d08f9387..f3f14064a2f1ddf3e64fbcd3e65590a20dcd4167 100644 (file)
Binary files a/ld/po/es.gmo and b/ld/po/es.gmo differ
index aa32a0268b77f074c3314296711dfd2e50b64a1f..e67b1c1b14e50ec68a92cdb7c248ac6adce9e955 100644 (file)
Binary files a/ld/po/fr.gmo and b/ld/po/fr.gmo differ
index a8b981bb3f1a6958349d29f666561a91d23b1685..96d567be4aac2bd394c5c83f3faeed2e173a1da2 100644 (file)
Binary files a/ld/po/tr.gmo and b/ld/po/tr.gmo differ
index 8382c264ea77a091fa27c664392ab24e9c5d5a27..b4084c506d7ad083a965caffe41dd0dd4162dd3d 100644 (file)
Binary files a/opcodes/po/es.gmo and b/opcodes/po/es.gmo differ
index 20c70127178b0400aa74a91569c522b36a5c501e..47a17c62c283473e315a87c08a9938ece5b61d05 100644 (file)
Binary files a/opcodes/po/fr.gmo and b/opcodes/po/fr.gmo differ