aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Jacobowitz <drow@false.org>2007-08-28 20:41:02 +0000
committerDaniel Jacobowitz <drow@false.org>2007-08-28 20:41:02 +0000
commit335d2a3740f79afc034fc7917e72dcfb94d45858 (patch)
tree32225d4eaff1956b224210ebbec01b0baefff5b7
parentae80e63d2c2b6032d2ba20c2a74d41a8057742d9 (diff)
Commit generated files for binutils 2.18.binutils-2_18
-rw-r--r--binutils/po/fi.gmobin127911 -> 140922 bytes
-rw-r--r--binutils/po/uk.gmobin161480 -> 172392 bytes
-rw-r--r--binutils/po/vi.gmobin147286 -> 156541 bytes
-rw-r--r--gas/doc/as.17
-rw-r--r--gas/doc/as.info975
-rw-r--r--gprof/po/de.gmobin9762 -> 10462 bytes
-rw-r--r--gprof/po/fi.gmobin0 -> 10771 bytes
-rw-r--r--gprof/po/ga.gmobin9819 -> 10440 bytes
-rw-r--r--gprof/po/sv.gmobin9586 -> 10210 bytes
-rw-r--r--gprof/po/vi.gmobin11621 -> 12329 bytes
-rw-r--r--ld/ld.12
-rw-r--r--ld/ld.info108
-rw-r--r--ld/po/fi.gmobin0 -> 49107 bytes
-rw-r--r--ld/po/ga.gmobin47391 -> 48922 bytes
-rw-r--r--ld/po/vi.gmobin53249 -> 55090 bytes
-rw-r--r--opcodes/po/fi.gmobin21547 -> 23236 bytes
-rw-r--r--opcodes/po/ga.gmobin20664 -> 22384 bytes
-rw-r--r--opcodes/po/nl.gmobin20463 -> 22221 bytes
-rw-r--r--opcodes/po/vi.gmobin22606 -> 24051 bytes
19 files changed, 551 insertions, 541 deletions
diff --git a/binutils/po/fi.gmo b/binutils/po/fi.gmo
index 55d819ee4c7..a684f4ba1b5 100644
--- a/binutils/po/fi.gmo
+++ b/binutils/po/fi.gmo
Binary files differ
diff --git a/binutils/po/uk.gmo b/binutils/po/uk.gmo
index fe9dd0b03fb..6cd6aa15ee0 100644
--- a/binutils/po/uk.gmo
+++ b/binutils/po/uk.gmo
Binary files differ
diff --git a/binutils/po/vi.gmo b/binutils/po/vi.gmo
index c63cb5d0042..a2b27db3d5c 100644
--- a/binutils/po/vi.gmo
+++ b/binutils/po/vi.gmo
Binary files differ
diff --git a/gas/doc/as.1 b/gas/doc/as.1
index 96e0f413989..1c156146078 100644
--- a/gas/doc/as.1
+++ b/gas/doc/as.1
@@ -128,12 +128,13 @@
.\" ========================================================================
.\"
.IX Title "AS 1"
-.TH AS 1 "2007-08-06" "binutils-2.17.90" "GNU Development Tools"
+.TH AS 1 "2007-08-28" "binutils-2.18" "GNU Development Tools"
.SH "NAME"
AS \- the portable GNU assembler.
.SH "SYNOPSIS"
.IX Header "SYNOPSIS"
as [\fB\-a\fR[\fBcdhlns\fR][=\fIfile\fR]] [\fB\-\-alternate\fR] [\fB\-D\fR]
+ [\fB\-\-debug\-prefix\-map\fR \fIold\fR=\fInew\fR]
[\fB\-\-defsym\fR \fIsym\fR=\fIval\fR] [\fB\-f\fR] [\fB\-g\fR] [\fB\-\-gstabs\fR]
[\fB\-\-gstabs+\fR] [\fB\-\-gdwarf\-2\fR] [\fB\-\-help\fR] [\fB\-I\fR \fIdir\fR] [\fB\-J\fR]
[\fB\-K\fR] [\fB\-L\fR] [\fB\-\-listing\-lhs\-width\fR=\fI\s-1NUM\s0\fR]
@@ -411,6 +412,10 @@ Begin in alternate macro mode.
.IX Item "-D"
Ignored. This option is accepted for script compatibility with calls to
other assemblers.
+.IP "\fB\-\-debug\-prefix\-map\fR \fIold\fR\fB=\fR\fInew\fR" 4
+.IX Item "--debug-prefix-map old=new"
+When assembling files in directory \fI\fIold\fI\fR, record debugging
+information describing them as in \fI\fInew\fI\fR instead.
.IP "\fB\-\-defsym\fR \fIsym\fR\fB=\fR\fIvalue\fR" 4
.IX Item "--defsym sym=value"
Define the symbol \fIsym\fR to be \fIvalue\fR before assembling the input file.
diff --git a/gas/doc/as.info b/gas/doc/as.info
index a669c4ce450..1508db6f187 100644
--- a/gas/doc/as.info
+++ b/gas/doc/as.info
@@ -55,6 +55,7 @@ Here is a brief summary of how to invoke `as'. For details, see *Note
Command-Line Options: Invoking.
as [-a[cdhlns][=FILE]] [-alternate] [-D]
+ [-debug-prefix-map OLD=NEW]
[-defsym SYM=VAL] [-f] [-g] [-gstabs]
[-gstabs+] [-gdwarf-2] [-help] [-I DIR] [-J]
[-K] [-L] [-listing-lhs-width=NUM]
@@ -267,6 +268,10 @@ Command-Line Options: Invoking.
Ignored. This option is accepted for script compatibility with
calls to other assemblers.
+`--debug-prefix-map OLD=NEW'
+ When assembling files in directory `OLD', record debugging
+ information describing them as in `NEW' instead.
+
`--defsym SYM=VALUE'
Define the symbol SYM to be VALUE before assembling the input file.
VALUE must be an integer constant. As in C, a leading `0x'
@@ -16850,7 +16855,7 @@ AS Index
* --generate-example: M68HC11-Opts. (line 86)
* --globalize-symbols command line option, MMIX: MMIX-Opts. (line 12)
* --gnu-syntax command line option, MMIX: MMIX-Opts. (line 16)
-* --hash-size=NUMBER: Overview. (line 302)
+* --hash-size=NUMBER: Overview. (line 307)
* --linker-allocated-gregs command line option, MMIX: MMIX-Opts.
(line 67)
* --listing-cont-lines: listing. (line 34)
@@ -17343,8 +17348,8 @@ AS Index
* bes directive, TIC54X: TIC54X-Directives. (line 197)
* BFIN directives: BFIN Directives. (line 6)
* BFIN syntax: BFIN Syntax. (line 6)
-* big endian output, MIPS: Overview. (line 611)
-* big endian output, PJ: Overview. (line 518)
+* big endian output, MIPS: Overview. (line 616)
+* big endian output, PJ: Overview. (line 523)
* big-endian output, MIPS: MIPS Opts. (line 13)
* bignums: Bignums. (line 6)
* binary constants, TIC54X: TIC54X-Constants. (line 8)
@@ -17485,7 +17490,7 @@ AS Index
* D10V floating point: D10V-Float. (line 6)
* D10V line comment character: D10V-Chars. (line 6)
* D10V opcode summary: D10V-Opcodes. (line 6)
-* D10V optimization: Overview. (line 396)
+* D10V optimization: Overview. (line 401)
* D10V options: D10V-Opts. (line 6)
* D10V registers: D10V-Regs. (line 6)
* D10V size modifiers: D10V-Size. (line 6)
@@ -17497,10 +17502,10 @@ AS Index
* D30V floating point: D30V-Float. (line 6)
* D30V Guarded Execution: D30V-Guarded. (line 6)
* D30V line comment character: D30V-Chars. (line 6)
-* D30V nops: Overview. (line 404)
-* D30V nops after 32-bit multiply: Overview. (line 407)
+* D30V nops: Overview. (line 409)
+* D30V nops after 32-bit multiply: Overview. (line 412)
* D30V opcode summary: D30V-Opcodes. (line 6)
-* D30V optimization: Overview. (line 401)
+* D30V optimization: Overview. (line 406)
* D30V options: D30V-Opts. (line 6)
* D30V registers: D30V-Regs. (line 6)
* D30V size modifiers: D30V-Size. (line 6)
@@ -17570,13 +17575,13 @@ AS Index
* elseif directive: Elseif. (line 6)
* empty expressions: Empty Exprs. (line 6)
* emsg directive, TIC54X: TIC54X-Directives. (line 77)
-* emulation: Overview. (line 714)
+* emulation: Overview. (line 719)
* end directive: End. (line 6)
* enddual directive, i860: Directives-i860. (line 11)
* endef directive: Endef. (line 6)
* endfunc directive: Endfunc. (line 6)
-* endianness, MIPS: Overview. (line 611)
-* endianness, PJ: Overview. (line 518)
+* endianness, MIPS: Overview. (line 616)
+* endianness, PJ: Overview. (line 523)
* endif directive: Endif. (line 6)
* endloop directive, TIC54X: TIC54X-Directives. (line 143)
* endm directive: Macro. (line 138)
@@ -17920,8 +17925,8 @@ AS Index
(line 6)
* literal_prefix directive: Literal Prefix Directive.
(line 6)
-* little endian output, MIPS: Overview. (line 614)
-* little endian output, PJ: Overview. (line 521)
+* little endian output, MIPS: Overview. (line 619)
+* little endian output, PJ: Overview. (line 526)
* little-endian output, MIPS: MIPS Opts. (line 13)
* ln directive: Ln. (line 6)
* lo pseudo-op, V850: V850 Opcodes. (line 22)
@@ -18032,8 +18037,8 @@ AS Index
* MIPS DSP Release 2 instruction generation override: MIPS ASE instruction generation overrides.
(line 26)
* MIPS ECOFF sections: MIPS Object. (line 6)
-* MIPS endianness: Overview. (line 611)
-* MIPS ISA: Overview. (line 617)
+* MIPS endianness: Overview. (line 616)
+* MIPS ISA: Overview. (line 622)
* MIPS ISA override: MIPS ISA. (line 6)
* MIPS little-endian output: MIPS Opts. (line 13)
* MIPS MDMX instruction generation override: MIPS ASE instruction generation overrides.
@@ -18171,8 +18176,8 @@ AS Index
* operator precedence: Infix Ops. (line 11)
* operators, in expressions: Operators. (line 6)
* operators, permitted arguments: Infix Ops. (line 6)
-* optimization, D10V: Overview. (line 396)
-* optimization, D30V: Overview. (line 401)
+* optimization, D10V: Overview. (line 401)
+* optimization, D30V: Overview. (line 406)
* optimizations: Xtensa Optimizations.
(line 6)
* option directive, ARC: ARC Directives. (line 162)
@@ -18232,7 +18237,7 @@ AS Index
* PIC code generation for ARM: ARM Options. (line 120)
* PIC code generation for M32R: M32R-Opts. (line 42)
* PIC selection, MIPS: MIPS Opts. (line 21)
-* PJ endianness: Overview. (line 518)
+* PJ endianness: Overview. (line 523)
* PJ options: PJ Options. (line 6)
* PJ support: PJ-Dependent. (line 6)
* plus, permitted arguments: Infix Ops. (line 44)
@@ -18691,473 +18696,473 @@ AS Index
Tag Table:
Node: Top758
Node: Overview1696
-Node: Manual28956
-Node: GNU Assembler29900
-Node: Object Formats31071
-Node: Command Line31523
-Node: Input Files32610
-Node: Object34591
-Node: Errors35487
-Node: Invoking36682
-Node: a38636
-Node: alternate40411
-Node: D40583
-Node: f40816
-Node: I41324
-Node: K41868
-Node: L42172
-Node: listing42911
-Node: M44570
-Node: MD48971
-Node: o49397
-Node: R49852
-Node: statistics50882
-Node: traditional-format51289
-Node: v51762
-Node: W52037
-Node: Z52944
-Node: Syntax53466
-Node: Preprocessing54057
-Node: Whitespace55620
-Node: Comments56016
-Node: Symbol Intro58169
-Node: Statements58859
-Node: Constants60780
-Node: Characters61411
-Node: Strings61913
-Node: Chars64079
-Node: Numbers64833
-Node: Integers65373
-Node: Bignums66029
-Node: Flonums66385
-Node: Sections68132
-Node: Secs Background68510
-Node: Ld Sections73549
-Node: As Sections75933
-Node: Sub-Sections76843
-Node: bss79988
-Node: Symbols80938
-Node: Labels81586
-Node: Setting Symbols82317
-Node: Symbol Names82813
-Node: Dot87876
-Node: Symbol Attributes88323
-Node: Symbol Value89060
-Node: Symbol Type90105
-Node: a.out Symbols90493
-Node: Symbol Desc90755
-Node: Symbol Other91050
-Node: COFF Symbols91219
-Node: SOM Symbols91892
-Node: Expressions92334
-Node: Empty Exprs93083
-Node: Integer Exprs93430
-Node: Arguments93825
-Node: Operators94931
-Node: Prefix Ops95266
-Node: Infix Ops95594
-Node: Pseudo Ops97984
-Node: Abort103257
-Node: ABORT (COFF)103669
-Node: Align103877
-Node: Ascii106166
-Node: Asciz106475
-Node: Balign106720
-Node: Byte108583
-Node: Comm108821
-Node: CFI directives110195
-Node: LNS directives114789
-Node: Data116864
-Node: Def117191
-Node: Desc117423
-Node: Dim117923
-Node: Double118180
-Node: Eject118518
-Node: Else118693
-Node: Elseif118993
-Node: End119287
-Node: Endef119502
-Node: Endfunc119679
-Node: Endif119854
-Node: Equ120115
-Node: Equiv120629
-Node: Eqv121185
-Node: Err121549
-Node: Error121860
-Node: Exitm122305
-Node: Extern122474
-Node: Fail122735
-Node: File123180
-Node: Fill123657
-Node: Float124621
-Node: Func124963
-Node: Global125553
-Node: Hidden126303
-Node: hword126882
-Node: Ident127210
-Node: If127784
-Node: Incbin130843
-Node: Include131538
-Node: Int132089
-Node: Internal132470
-Node: Irp133118
-Node: Irpc133997
-Node: Lcomm134914
-Node: Lflags135662
-Node: Line135856
-Node: Linkonce136775
-Node: Ln138004
-Node: MRI138165
-Node: List138503
-Node: Long139111
-Node: Macro139298
-Node: Altmacro145220
-Node: Noaltmacro146551
-Node: Nolist146720
-Node: Octa147150
-Node: Org147484
-Node: P2align148767
-Node: Previous150695
-Node: PopSection151389
-Node: Print151897
-Node: Protected152126
-Node: Psize152773
-Node: Purgem153457
-Node: PushSection153678
-Node: Quad154235
-Node: Reloc154691
-Node: Rept155452
-Node: Sbttl155866
-Node: Scl156231
-Node: Section156572
-Node: Set161709
-Node: Short162346
-Node: Single162667
-Node: Size163012
-Node: Sleb128163684
-Node: Skip164006
-Node: Space164328
-Node: Stab164969
-Node: String166973
-Node: Struct167401
-Node: SubSection168126
-Node: Symver168689
-Node: Tag171082
-Node: Text171464
-Node: Title171785
-Node: Type172166
-Node: Uleb128173632
-Node: Val173956
-Node: Version174206
-Node: VTableEntry174481
-Node: VTableInherit174771
-Node: Warning175221
-Node: Weak175455
-Node: Weakref176124
-Node: Word177089
-Node: Deprecated178935
-Node: Machine Dependencies179170
-Node: Alpha-Dependent182047
-Node: Alpha Notes182461
-Node: Alpha Options182742
-Node: Alpha Syntax184940
-Node: Alpha-Chars185409
-Node: Alpha-Regs185640
-Node: Alpha-Relocs186027
-Node: Alpha Floating Point192285
-Node: Alpha Directives192507
-Node: Alpha Opcodes198030
-Node: ARC-Dependent198325
-Node: ARC Options198708
-Node: ARC Syntax199777
-Node: ARC-Chars200009
-Node: ARC-Regs200141
-Node: ARC Floating Point200265
-Node: ARC Directives200576
-Node: ARC Opcodes206547
-Node: ARM-Dependent206773
-Node: ARM Options207199
-Node: ARM Syntax212995
-Node: ARM-Chars213264
-Node: ARM-Regs213788
-Node: ARM Floating Point213997
-Node: ARM-Relocations214196
-Node: ARM Directives215149
-Node: ARM Opcodes223535
-Node: ARM Mapping Symbols225623
-Node: AVR-Dependent226402
-Node: AVR Options226688
-Node: AVR Syntax228894
-Node: AVR-Chars229181
-Node: AVR-Regs229587
-Node: AVR-Modifiers230166
-Node: AVR Opcodes232226
-Node: BFIN-Dependent237472
-Node: BFIN Syntax237726
-Node: BFIN Directives243422
-Node: CR16-Dependent243829
-Node: CR16 Operand Qualifiers244073
-Node: CRIS-Dependent245839
-Node: CRIS-Opts246185
-Ref: march-option247803
-Node: CRIS-Expand249620
-Node: CRIS-Symbols250803
-Node: CRIS-Syntax251972
-Node: CRIS-Chars252308
-Node: CRIS-Pic252859
-Ref: crispic253055
-Node: CRIS-Regs256595
-Node: CRIS-Pseudos257012
-Ref: crisnous257788
-Node: D10V-Dependent259070
-Node: D10V-Opts259421
-Node: D10V-Syntax260384
-Node: D10V-Size260913
-Node: D10V-Subs261886
-Node: D10V-Chars262921
-Node: D10V-Regs264525
-Node: D10V-Addressing265570
-Node: D10V-Word266256
-Node: D10V-Float266771
-Node: D10V-Opcodes267082
-Node: D30V-Dependent267475
-Node: D30V-Opts267828
-Node: D30V-Syntax268503
-Node: D30V-Size269035
-Node: D30V-Subs270006
-Node: D30V-Chars271041
-Node: D30V-Guarded273339
-Node: D30V-Regs274019
-Node: D30V-Addressing275158
-Node: D30V-Float275826
-Node: D30V-Opcodes276137
-Node: H8/300-Dependent276530
-Node: H8/300 Options276942
-Node: H8/300 Syntax277153
-Node: H8/300-Chars277454
-Node: H8/300-Regs277753
-Node: H8/300-Addressing278672
-Node: H8/300 Floating Point279713
-Node: H8/300 Directives280040
-Node: H8/300 Opcodes281168
-Node: HPPA-Dependent289490
-Node: HPPA Notes289925
-Node: HPPA Options290683
-Node: HPPA Syntax290878
-Node: HPPA Floating Point292148
-Node: HPPA Directives292354
-Node: HPPA Opcodes301040
-Node: ESA/390-Dependent301299
-Node: ESA/390 Notes301759
-Node: ESA/390 Options302550
-Node: ESA/390 Syntax302760
-Node: ESA/390 Floating Point304933
-Node: ESA/390 Directives305212
-Node: ESA/390 Opcodes308501
-Node: i386-Dependent308763
-Node: i386-Options309831
-Node: i386-Syntax311836
-Node: i386-Mnemonics314250
-Node: i386-Regs316715
-Node: i386-Prefixes318760
-Node: i386-Memory321520
-Node: i386-Jumps324457
-Node: i386-Float325578
-Node: i386-SIMD327407
-Node: i386-16bit328516
-Node: i386-Bugs330556
-Node: i386-Arch331310
-Node: i386-Notes333572
-Node: i860-Dependent334430
-Node: Notes-i860334826
-Node: Options-i860335731
-Node: Directives-i860337094
-Node: Opcodes for i860338163
-Node: i960-Dependent340330
-Node: Options-i960340733
-Node: Floating Point-i960344618
-Node: Directives-i960344886
-Node: Opcodes for i960346920
-Node: callj-i960347537
-Node: Compare-and-branch-i960348026
-Node: IA-64-Dependent349930
-Node: IA-64 Options350231
-Node: IA-64 Syntax353391
-Node: IA-64-Chars353754
-Node: IA-64-Regs353984
-Node: IA-64-Bits354910
-Node: IA-64 Opcodes355419
-Node: IP2K-Dependent355691
-Node: IP2K-Opts355919
-Node: M32C-Dependent356399
-Node: M32C-Opts356923
-Node: M32C-Modifiers357207
-Node: M32R-Dependent358994
-Node: M32R-Opts359315
-Node: M32R-Directives363482
-Node: M32R-Warnings367457
-Node: M68K-Dependent370463
-Node: M68K-Opts370930
-Node: M68K-Syntax378322
-Node: M68K-Moto-Syntax380162
-Node: M68K-Float382752
-Node: M68K-Directives383272
-Node: M68K-opcodes384600
-Node: M68K-Branch384826
-Node: M68K-Chars389024
-Node: M68HC11-Dependent389437
-Node: M68HC11-Opts389968
-Node: M68HC11-Syntax393789
-Node: M68HC11-Modifiers396003
-Node: M68HC11-Directives397831
-Node: M68HC11-Float399207
-Node: M68HC11-opcodes399735
-Node: M68HC11-Branch399917
-Node: MIPS-Dependent402366
-Node: MIPS Opts403456
-Node: MIPS Object412499
-Node: MIPS Stabs414065
-Node: MIPS symbol sizes414787
-Node: MIPS ISA416456
-Node: MIPS autoextend417930
-Node: MIPS insn418660
-Node: MIPS option stack419157
-Node: MIPS ASE instruction generation overrides419931
-Node: MMIX-Dependent421717
-Node: MMIX-Opts422097
-Node: MMIX-Expand425701
-Node: MMIX-Syntax427016
-Ref: mmixsite427373
-Node: MMIX-Chars428214
-Node: MMIX-Symbols428868
-Node: MMIX-Regs430936
-Node: MMIX-Pseudos431961
-Ref: MMIX-loc432102
-Ref: MMIX-local433182
-Ref: MMIX-is433714
-Ref: MMIX-greg433985
-Ref: GREG-base434904
-Ref: MMIX-byte436221
-Ref: MMIX-constants436692
-Ref: MMIX-prefix437338
-Ref: MMIX-spec437712
-Node: MMIX-mmixal438046
-Node: MSP430-Dependent441544
-Node: MSP430 Options442010
-Node: MSP430 Syntax442296
-Node: MSP430-Macros442612
-Node: MSP430-Chars443343
-Node: MSP430-Regs443656
-Node: MSP430-Ext444216
-Node: MSP430 Floating Point446037
-Node: MSP430 Directives446261
-Node: MSP430 Opcodes447052
-Node: MSP430 Profiling Capability447447
-Node: PDP-11-Dependent449776
-Node: PDP-11-Options450165
-Node: PDP-11-Pseudos455236
-Node: PDP-11-Syntax455581
-Node: PDP-11-Mnemonics456333
-Node: PDP-11-Synthetic456635
-Node: PJ-Dependent456853
-Node: PJ Options457078
-Node: PPC-Dependent457355
-Node: PowerPC-Opts457642
-Node: PowerPC-Pseudo459974
-Node: SH-Dependent460573
-Node: SH Options460985
-Node: SH Syntax461913
-Node: SH-Chars462186
-Node: SH-Regs462480
-Node: SH-Addressing463094
-Node: SH Floating Point464003
-Node: SH Directives465097
-Node: SH Opcodes465467
-Node: SH64-Dependent469789
-Node: SH64 Options470152
-Node: SH64 Syntax471869
-Node: SH64-Chars472152
-Node: SH64-Regs472452
-Node: SH64-Addressing473548
-Node: SH64 Directives474731
-Node: SH64 Opcodes475841
-Node: Sparc-Dependent476557
-Node: Sparc-Opts476942
-Node: Sparc-Aligned-Data479199
-Node: Sparc-Float480054
-Node: Sparc-Directives480255
-Node: TIC54X-Dependent482215
-Node: TIC54X-Opts482941
-Node: TIC54X-Block483984
-Node: TIC54X-Env484344
-Node: TIC54X-Constants484692
-Node: TIC54X-Subsyms485094
-Node: TIC54X-Locals487003
-Node: TIC54X-Builtins487747
-Node: TIC54X-Ext490218
-Node: TIC54X-Directives490789
-Node: TIC54X-Macros501691
-Node: TIC54X-MMRegs503802
-Node: Z80-Dependent504018
-Node: Z80 Options504406
-Node: Z80 Syntax505829
-Node: Z80-Chars506501
-Node: Z80-Regs507035
-Node: Z80-Case507387
-Node: Z80 Floating Point507832
-Node: Z80 Directives508026
-Node: Z80 Opcodes509651
-Node: Z8000-Dependent510995
-Node: Z8000 Options511956
-Node: Z8000 Syntax512173
-Node: Z8000-Chars512463
-Node: Z8000-Regs512696
-Node: Z8000-Addressing513486
-Node: Z8000 Directives514603
-Node: Z8000 Opcodes516212
-Node: Vax-Dependent526154
-Node: VAX-Opts526671
-Node: VAX-float530406
-Node: VAX-directives531038
-Node: VAX-opcodes531899
-Node: VAX-branch532288
-Node: VAX-operands534795
-Node: VAX-no535558
-Node: V850-Dependent535795
-Node: V850 Options536193
-Node: V850 Syntax538582
-Node: V850-Chars538822
-Node: V850-Regs538987
-Node: V850 Floating Point540555
-Node: V850 Directives540761
-Node: V850 Opcodes541904
-Node: Xtensa-Dependent547796
-Node: Xtensa Options548525
-Node: Xtensa Syntax551335
-Node: Xtensa Opcodes553224
-Node: Xtensa Registers555018
-Node: Xtensa Optimizations555651
-Node: Density Instructions556103
-Node: Xtensa Automatic Alignment557205
-Node: Xtensa Relaxation559826
-Node: Xtensa Branch Relaxation560734
-Node: Xtensa Call Relaxation562106
-Node: Xtensa Immediate Relaxation563892
-Node: Xtensa Directives566467
-Node: Schedule Directive568176
-Node: Longcalls Directive568516
-Node: Transform Directive569060
-Node: Literal Directive569802
-Ref: Literal Directive-Footnote-1573341
-Node: Literal Position Directive573483
-Node: Literal Prefix Directive575182
-Node: Absolute Literals Directive576080
-Node: Reporting Bugs577387
-Node: Bug Criteria578111
-Node: Bug Reporting578876
-Node: Acknowledgements585523
-Ref: Acknowledgements-Footnote-1590421
-Node: GNU Free Documentation License590447
-Node: AS Index610177
+Node: Manual29138
+Node: GNU Assembler30082
+Node: Object Formats31253
+Node: Command Line31705
+Node: Input Files32792
+Node: Object34773
+Node: Errors35669
+Node: Invoking36864
+Node: a38818
+Node: alternate40593
+Node: D40765
+Node: f40998
+Node: I41506
+Node: K42050
+Node: L42354
+Node: listing43093
+Node: M44752
+Node: MD49153
+Node: o49579
+Node: R50034
+Node: statistics51064
+Node: traditional-format51471
+Node: v51944
+Node: W52219
+Node: Z53126
+Node: Syntax53648
+Node: Preprocessing54239
+Node: Whitespace55802
+Node: Comments56198
+Node: Symbol Intro58351
+Node: Statements59041
+Node: Constants60962
+Node: Characters61593
+Node: Strings62095
+Node: Chars64261
+Node: Numbers65015
+Node: Integers65555
+Node: Bignums66211
+Node: Flonums66567
+Node: Sections68314
+Node: Secs Background68692
+Node: Ld Sections73731
+Node: As Sections76115
+Node: Sub-Sections77025
+Node: bss80170
+Node: Symbols81120
+Node: Labels81768
+Node: Setting Symbols82499
+Node: Symbol Names82995
+Node: Dot88058
+Node: Symbol Attributes88505
+Node: Symbol Value89242
+Node: Symbol Type90287
+Node: a.out Symbols90675
+Node: Symbol Desc90937
+Node: Symbol Other91232
+Node: COFF Symbols91401
+Node: SOM Symbols92074
+Node: Expressions92516
+Node: Empty Exprs93265
+Node: Integer Exprs93612
+Node: Arguments94007
+Node: Operators95113
+Node: Prefix Ops95448
+Node: Infix Ops95776
+Node: Pseudo Ops98166
+Node: Abort103439
+Node: ABORT (COFF)103851
+Node: Align104059
+Node: Ascii106348
+Node: Asciz106657
+Node: Balign106902
+Node: Byte108765
+Node: Comm109003
+Node: CFI directives110377
+Node: LNS directives114971
+Node: Data117046
+Node: Def117373
+Node: Desc117605
+Node: Dim118105
+Node: Double118362
+Node: Eject118700
+Node: Else118875
+Node: Elseif119175
+Node: End119469
+Node: Endef119684
+Node: Endfunc119861
+Node: Endif120036
+Node: Equ120297
+Node: Equiv120811
+Node: Eqv121367
+Node: Err121731
+Node: Error122042
+Node: Exitm122487
+Node: Extern122656
+Node: Fail122917
+Node: File123362
+Node: Fill123839
+Node: Float124803
+Node: Func125145
+Node: Global125735
+Node: Hidden126485
+Node: hword127064
+Node: Ident127392
+Node: If127966
+Node: Incbin131025
+Node: Include131720
+Node: Int132271
+Node: Internal132652
+Node: Irp133300
+Node: Irpc134179
+Node: Lcomm135096
+Node: Lflags135844
+Node: Line136038
+Node: Linkonce136957
+Node: Ln138186
+Node: MRI138347
+Node: List138685
+Node: Long139293
+Node: Macro139480
+Node: Altmacro145402
+Node: Noaltmacro146733
+Node: Nolist146902
+Node: Octa147332
+Node: Org147666
+Node: P2align148949
+Node: Previous150877
+Node: PopSection151571
+Node: Print152079
+Node: Protected152308
+Node: Psize152955
+Node: Purgem153639
+Node: PushSection153860
+Node: Quad154417
+Node: Reloc154873
+Node: Rept155634
+Node: Sbttl156048
+Node: Scl156413
+Node: Section156754
+Node: Set161891
+Node: Short162528
+Node: Single162849
+Node: Size163194
+Node: Sleb128163866
+Node: Skip164188
+Node: Space164510
+Node: Stab165151
+Node: String167155
+Node: Struct167583
+Node: SubSection168308
+Node: Symver168871
+Node: Tag171264
+Node: Text171646
+Node: Title171967
+Node: Type172348
+Node: Uleb128173814
+Node: Val174138
+Node: Version174388
+Node: VTableEntry174663
+Node: VTableInherit174953
+Node: Warning175403
+Node: Weak175637
+Node: Weakref176306
+Node: Word177271
+Node: Deprecated179117
+Node: Machine Dependencies179352
+Node: Alpha-Dependent182229
+Node: Alpha Notes182643
+Node: Alpha Options182924
+Node: Alpha Syntax185122
+Node: Alpha-Chars185591
+Node: Alpha-Regs185822
+Node: Alpha-Relocs186209
+Node: Alpha Floating Point192467
+Node: Alpha Directives192689
+Node: Alpha Opcodes198212
+Node: ARC-Dependent198507
+Node: ARC Options198890
+Node: ARC Syntax199959
+Node: ARC-Chars200191
+Node: ARC-Regs200323
+Node: ARC Floating Point200447
+Node: ARC Directives200758
+Node: ARC Opcodes206729
+Node: ARM-Dependent206955
+Node: ARM Options207381
+Node: ARM Syntax213177
+Node: ARM-Chars213446
+Node: ARM-Regs213970
+Node: ARM Floating Point214179
+Node: ARM-Relocations214378
+Node: ARM Directives215331
+Node: ARM Opcodes223717
+Node: ARM Mapping Symbols225805
+Node: AVR-Dependent226584
+Node: AVR Options226870
+Node: AVR Syntax229076
+Node: AVR-Chars229363
+Node: AVR-Regs229769
+Node: AVR-Modifiers230348
+Node: AVR Opcodes232408
+Node: BFIN-Dependent237654
+Node: BFIN Syntax237908
+Node: BFIN Directives243604
+Node: CR16-Dependent244011
+Node: CR16 Operand Qualifiers244255
+Node: CRIS-Dependent246021
+Node: CRIS-Opts246367
+Ref: march-option247985
+Node: CRIS-Expand249802
+Node: CRIS-Symbols250985
+Node: CRIS-Syntax252154
+Node: CRIS-Chars252490
+Node: CRIS-Pic253041
+Ref: crispic253237
+Node: CRIS-Regs256777
+Node: CRIS-Pseudos257194
+Ref: crisnous257970
+Node: D10V-Dependent259252
+Node: D10V-Opts259603
+Node: D10V-Syntax260566
+Node: D10V-Size261095
+Node: D10V-Subs262068
+Node: D10V-Chars263103
+Node: D10V-Regs264707
+Node: D10V-Addressing265752
+Node: D10V-Word266438
+Node: D10V-Float266953
+Node: D10V-Opcodes267264
+Node: D30V-Dependent267657
+Node: D30V-Opts268010
+Node: D30V-Syntax268685
+Node: D30V-Size269217
+Node: D30V-Subs270188
+Node: D30V-Chars271223
+Node: D30V-Guarded273521
+Node: D30V-Regs274201
+Node: D30V-Addressing275340
+Node: D30V-Float276008
+Node: D30V-Opcodes276319
+Node: H8/300-Dependent276712
+Node: H8/300 Options277124
+Node: H8/300 Syntax277335
+Node: H8/300-Chars277636
+Node: H8/300-Regs277935
+Node: H8/300-Addressing278854
+Node: H8/300 Floating Point279895
+Node: H8/300 Directives280222
+Node: H8/300 Opcodes281350
+Node: HPPA-Dependent289672
+Node: HPPA Notes290107
+Node: HPPA Options290865
+Node: HPPA Syntax291060
+Node: HPPA Floating Point292330
+Node: HPPA Directives292536
+Node: HPPA Opcodes301222
+Node: ESA/390-Dependent301481
+Node: ESA/390 Notes301941
+Node: ESA/390 Options302732
+Node: ESA/390 Syntax302942
+Node: ESA/390 Floating Point305115
+Node: ESA/390 Directives305394
+Node: ESA/390 Opcodes308683
+Node: i386-Dependent308945
+Node: i386-Options310013
+Node: i386-Syntax312018
+Node: i386-Mnemonics314432
+Node: i386-Regs316897
+Node: i386-Prefixes318942
+Node: i386-Memory321702
+Node: i386-Jumps324639
+Node: i386-Float325760
+Node: i386-SIMD327589
+Node: i386-16bit328698
+Node: i386-Bugs330738
+Node: i386-Arch331492
+Node: i386-Notes333754
+Node: i860-Dependent334612
+Node: Notes-i860335008
+Node: Options-i860335913
+Node: Directives-i860337276
+Node: Opcodes for i860338345
+Node: i960-Dependent340512
+Node: Options-i960340915
+Node: Floating Point-i960344800
+Node: Directives-i960345068
+Node: Opcodes for i960347102
+Node: callj-i960347719
+Node: Compare-and-branch-i960348208
+Node: IA-64-Dependent350112
+Node: IA-64 Options350413
+Node: IA-64 Syntax353573
+Node: IA-64-Chars353936
+Node: IA-64-Regs354166
+Node: IA-64-Bits355092
+Node: IA-64 Opcodes355601
+Node: IP2K-Dependent355873
+Node: IP2K-Opts356101
+Node: M32C-Dependent356581
+Node: M32C-Opts357105
+Node: M32C-Modifiers357389
+Node: M32R-Dependent359176
+Node: M32R-Opts359497
+Node: M32R-Directives363664
+Node: M32R-Warnings367639
+Node: M68K-Dependent370645
+Node: M68K-Opts371112
+Node: M68K-Syntax378504
+Node: M68K-Moto-Syntax380344
+Node: M68K-Float382934
+Node: M68K-Directives383454
+Node: M68K-opcodes384782
+Node: M68K-Branch385008
+Node: M68K-Chars389206
+Node: M68HC11-Dependent389619
+Node: M68HC11-Opts390150
+Node: M68HC11-Syntax393971
+Node: M68HC11-Modifiers396185
+Node: M68HC11-Directives398013
+Node: M68HC11-Float399389
+Node: M68HC11-opcodes399917
+Node: M68HC11-Branch400099
+Node: MIPS-Dependent402548
+Node: MIPS Opts403638
+Node: MIPS Object412681
+Node: MIPS Stabs414247
+Node: MIPS symbol sizes414969
+Node: MIPS ISA416638
+Node: MIPS autoextend418112
+Node: MIPS insn418842
+Node: MIPS option stack419339
+Node: MIPS ASE instruction generation overrides420113
+Node: MMIX-Dependent421899
+Node: MMIX-Opts422279
+Node: MMIX-Expand425883
+Node: MMIX-Syntax427198
+Ref: mmixsite427555
+Node: MMIX-Chars428396
+Node: MMIX-Symbols429050
+Node: MMIX-Regs431118
+Node: MMIX-Pseudos432143
+Ref: MMIX-loc432284
+Ref: MMIX-local433364
+Ref: MMIX-is433896
+Ref: MMIX-greg434167
+Ref: GREG-base435086
+Ref: MMIX-byte436403
+Ref: MMIX-constants436874
+Ref: MMIX-prefix437520
+Ref: MMIX-spec437894
+Node: MMIX-mmixal438228
+Node: MSP430-Dependent441726
+Node: MSP430 Options442192
+Node: MSP430 Syntax442478
+Node: MSP430-Macros442794
+Node: MSP430-Chars443525
+Node: MSP430-Regs443838
+Node: MSP430-Ext444398
+Node: MSP430 Floating Point446219
+Node: MSP430 Directives446443
+Node: MSP430 Opcodes447234
+Node: MSP430 Profiling Capability447629
+Node: PDP-11-Dependent449958
+Node: PDP-11-Options450347
+Node: PDP-11-Pseudos455418
+Node: PDP-11-Syntax455763
+Node: PDP-11-Mnemonics456515
+Node: PDP-11-Synthetic456817
+Node: PJ-Dependent457035
+Node: PJ Options457260
+Node: PPC-Dependent457537
+Node: PowerPC-Opts457824
+Node: PowerPC-Pseudo460156
+Node: SH-Dependent460755
+Node: SH Options461167
+Node: SH Syntax462095
+Node: SH-Chars462368
+Node: SH-Regs462662
+Node: SH-Addressing463276
+Node: SH Floating Point464185
+Node: SH Directives465279
+Node: SH Opcodes465649
+Node: SH64-Dependent469971
+Node: SH64 Options470334
+Node: SH64 Syntax472051
+Node: SH64-Chars472334
+Node: SH64-Regs472634
+Node: SH64-Addressing473730
+Node: SH64 Directives474913
+Node: SH64 Opcodes476023
+Node: Sparc-Dependent476739
+Node: Sparc-Opts477124
+Node: Sparc-Aligned-Data479381
+Node: Sparc-Float480236
+Node: Sparc-Directives480437
+Node: TIC54X-Dependent482397
+Node: TIC54X-Opts483123
+Node: TIC54X-Block484166
+Node: TIC54X-Env484526
+Node: TIC54X-Constants484874
+Node: TIC54X-Subsyms485276
+Node: TIC54X-Locals487185
+Node: TIC54X-Builtins487929
+Node: TIC54X-Ext490400
+Node: TIC54X-Directives490971
+Node: TIC54X-Macros501873
+Node: TIC54X-MMRegs503984
+Node: Z80-Dependent504200
+Node: Z80 Options504588
+Node: Z80 Syntax506011
+Node: Z80-Chars506683
+Node: Z80-Regs507217
+Node: Z80-Case507569
+Node: Z80 Floating Point508014
+Node: Z80 Directives508208
+Node: Z80 Opcodes509833
+Node: Z8000-Dependent511177
+Node: Z8000 Options512138
+Node: Z8000 Syntax512355
+Node: Z8000-Chars512645
+Node: Z8000-Regs512878
+Node: Z8000-Addressing513668
+Node: Z8000 Directives514785
+Node: Z8000 Opcodes516394
+Node: Vax-Dependent526336
+Node: VAX-Opts526853
+Node: VAX-float530588
+Node: VAX-directives531220
+Node: VAX-opcodes532081
+Node: VAX-branch532470
+Node: VAX-operands534977
+Node: VAX-no535740
+Node: V850-Dependent535977
+Node: V850 Options536375
+Node: V850 Syntax538764
+Node: V850-Chars539004
+Node: V850-Regs539169
+Node: V850 Floating Point540737
+Node: V850 Directives540943
+Node: V850 Opcodes542086
+Node: Xtensa-Dependent547978
+Node: Xtensa Options548707
+Node: Xtensa Syntax551517
+Node: Xtensa Opcodes553406
+Node: Xtensa Registers555200
+Node: Xtensa Optimizations555833
+Node: Density Instructions556285
+Node: Xtensa Automatic Alignment557387
+Node: Xtensa Relaxation560008
+Node: Xtensa Branch Relaxation560916
+Node: Xtensa Call Relaxation562288
+Node: Xtensa Immediate Relaxation564074
+Node: Xtensa Directives566649
+Node: Schedule Directive568358
+Node: Longcalls Directive568698
+Node: Transform Directive569242
+Node: Literal Directive569984
+Ref: Literal Directive-Footnote-1573523
+Node: Literal Position Directive573665
+Node: Literal Prefix Directive575364
+Node: Absolute Literals Directive576262
+Node: Reporting Bugs577569
+Node: Bug Criteria578293
+Node: Bug Reporting579058
+Node: Acknowledgements585705
+Ref: Acknowledgements-Footnote-1590603
+Node: GNU Free Documentation License590629
+Node: AS Index610359

End Tag Table
diff --git a/gprof/po/de.gmo b/gprof/po/de.gmo
index 7ab32d8ff16..0d44a834da0 100644
--- a/gprof/po/de.gmo
+++ b/gprof/po/de.gmo
Binary files differ
diff --git a/gprof/po/fi.gmo b/gprof/po/fi.gmo
new file mode 100644
index 00000000000..50e918b7642
--- /dev/null
+++ b/gprof/po/fi.gmo
Binary files differ
diff --git a/gprof/po/ga.gmo b/gprof/po/ga.gmo
index efe85ddd2d7..5942da356dc 100644
--- a/gprof/po/ga.gmo
+++ b/gprof/po/ga.gmo
Binary files differ
diff --git a/gprof/po/sv.gmo b/gprof/po/sv.gmo
index a37b0ef2cc7..15b54b527b9 100644
--- a/gprof/po/sv.gmo
+++ b/gprof/po/sv.gmo
Binary files differ
diff --git a/gprof/po/vi.gmo b/gprof/po/vi.gmo
index e8b447cfc44..00a2d508b44 100644
--- a/gprof/po/vi.gmo
+++ b/gprof/po/vi.gmo
Binary files differ
diff --git a/ld/ld.1 b/ld/ld.1
index 4e42d081064..eb2604add26 100644
--- a/ld/ld.1
+++ b/ld/ld.1
@@ -128,7 +128,7 @@
.\" ========================================================================
.\"
.IX Title "LD 1"
-.TH LD 1 "2007-08-06" "binutils-2.17.90" "GNU Development Tools"
+.TH LD 1 "2007-08-28" "binutils-2.18" "GNU Development Tools"
.SH "NAME"
ld \- The GNU linker
.SH "SYNOPSIS"
diff --git a/ld/ld.info b/ld/ld.info
index d949dc92d45..28646e94c7e 100644
--- a/ld/ld.info
+++ b/ld/ld.info
@@ -2714,7 +2714,7 @@ include all input `.text' sections, you would write:
a list of files from matching the file name wildcard, EXCLUDE_FILE may
be used to match all files except the ones specified in the
EXCLUDE_FILE list. For example:
- (*(EXCLUDE_FILE (*crtend.o *otherfile.o) .ctors))
+ *(EXCLUDE_FILE (*crtend.o *otherfile.o) .ctors)
will cause all .ctors sections from all files except `crtend.o' and
`otherfile.o' to be included.
@@ -6984,58 +6984,58 @@ Node: Output Section Name113263
Node: Output Section Address114139
Node: Input Section115788
Node: Input Section Basics116589
-Node: Input Section Wildcards118941
-Node: Input Section Common123674
-Node: Input Section Keep125156
-Node: Input Section Example125646
-Node: Output Section Data126614
-Node: Output Section Keywords129391
-Node: Output Section Discarding132960
-Node: Output Section Attributes134141
-Node: Output Section Type135145
-Node: Output Section LMA136299
-Node: Forced Output Alignment138812
-Node: Forced Input Alignment139080
-Node: Output Section Region139465
-Node: Output Section Phdr139895
-Node: Output Section Fill140559
-Node: Overlay Description141701
-Node: MEMORY146004
-Node: PHDRS150204
-Node: VERSION155243
-Node: Expressions163035
-Node: Constants163913
-Node: Symbols164474
-Node: Orphan Sections165212
-Node: Location Counter165975
-Node: Operators170411
-Node: Evaluation171333
-Node: Expression Section172697
-Node: Builtin Functions174186
-Node: Implicit Linker Scripts182153
-Node: Machine Dependent182928
-Node: H8/300183899
-Node: i960185524
-Node: M68HC11/68HC12187209
-Node: ARM188912
-Node: HPPA ELF32193762
-Node: MMIX195385
-Node: MSP430196602
-Node: PowerPC ELF32197651
-Node: PowerPC64 ELF64200265
-Node: SPU ELF204679
-Node: TI COFF207311
-Node: WIN32207837
-Node: Xtensa226194
-Node: BFD229316
-Node: BFD outline230771
-Node: BFD information loss232057
-Node: Canonical format234574
-Node: Reporting Bugs238931
-Node: Bug Criteria239625
-Node: Bug Reporting240324
-Node: MRI247363
-Node: GNU Free Documentation License252006
-Node: LD Index271723
+Node: Input Section Wildcards118939
+Node: Input Section Common123672
+Node: Input Section Keep125154
+Node: Input Section Example125644
+Node: Output Section Data126612
+Node: Output Section Keywords129389
+Node: Output Section Discarding132958
+Node: Output Section Attributes134139
+Node: Output Section Type135143
+Node: Output Section LMA136297
+Node: Forced Output Alignment138810
+Node: Forced Input Alignment139078
+Node: Output Section Region139463
+Node: Output Section Phdr139893
+Node: Output Section Fill140557
+Node: Overlay Description141699
+Node: MEMORY146002
+Node: PHDRS150202
+Node: VERSION155241
+Node: Expressions163033
+Node: Constants163911
+Node: Symbols164472
+Node: Orphan Sections165210
+Node: Location Counter165973
+Node: Operators170409
+Node: Evaluation171331
+Node: Expression Section172695
+Node: Builtin Functions174184
+Node: Implicit Linker Scripts182151
+Node: Machine Dependent182926
+Node: H8/300183897
+Node: i960185522
+Node: M68HC11/68HC12187207
+Node: ARM188910
+Node: HPPA ELF32193760
+Node: MMIX195383
+Node: MSP430196600
+Node: PowerPC ELF32197649
+Node: PowerPC64 ELF64200263
+Node: SPU ELF204677
+Node: TI COFF207309
+Node: WIN32207835
+Node: Xtensa226192
+Node: BFD229314
+Node: BFD outline230769
+Node: BFD information loss232055
+Node: Canonical format234572
+Node: Reporting Bugs238929
+Node: Bug Criteria239623
+Node: Bug Reporting240322
+Node: MRI247361
+Node: GNU Free Documentation License252004
+Node: LD Index271721

End Tag Table
diff --git a/ld/po/fi.gmo b/ld/po/fi.gmo
new file mode 100644
index 00000000000..d54c2496ea5
--- /dev/null
+++ b/ld/po/fi.gmo
Binary files differ
diff --git a/ld/po/ga.gmo b/ld/po/ga.gmo
index e33333aaa2b..b3080443bce 100644
--- a/ld/po/ga.gmo
+++ b/ld/po/ga.gmo
Binary files differ
diff --git a/ld/po/vi.gmo b/ld/po/vi.gmo
index da94aee4222..fc9e59ca06a 100644
--- a/ld/po/vi.gmo
+++ b/ld/po/vi.gmo
Binary files differ
diff --git a/opcodes/po/fi.gmo b/opcodes/po/fi.gmo
index 927782db1cf..97678b7b121 100644
--- a/opcodes/po/fi.gmo
+++ b/opcodes/po/fi.gmo
Binary files differ
diff --git a/opcodes/po/ga.gmo b/opcodes/po/ga.gmo
index 79c304c8f8f..4343237cbe1 100644
--- a/opcodes/po/ga.gmo
+++ b/opcodes/po/ga.gmo
Binary files differ
diff --git a/opcodes/po/nl.gmo b/opcodes/po/nl.gmo
index 75b5bdc4790..85e25d59169 100644
--- a/opcodes/po/nl.gmo
+++ b/opcodes/po/nl.gmo
Binary files differ
diff --git a/opcodes/po/vi.gmo b/opcodes/po/vi.gmo
index ae9597fe842..25ecb9ac93b 100644
--- a/opcodes/po/vi.gmo
+++ b/opcodes/po/vi.gmo
Binary files differ