[Bug gas/5086] New: Error message mismatch with the described action

2007-10-02 Thread karvjorm at users dot sourceforge dot net
The following error message in gas-2.17.90.pot is probably faulty:

#: config/tc-avr.c:1079 config/tc-avr.c:1095 config/tc-avr.c:1209
#: config/tc-msp430.c:2009 config/tc-msp430.c:2027
#, c-format
msgid "odd address operand: %ld"

An example how this error message is used:

if (value & 1) 
   as_bad_where (fixP->fx_file, fixP->fx_line, 
 _("odd address operand: %ld"), value);

It should be "even address operand: %ld", shouldn't it?

-- 
   Summary: Error message mismatch with the described action
   Product: binutils
   Version: 2.17
Status: NEW
  Severity: normal
  Priority: P2
 Component: gas
AssignedTo: unassigned at sources dot redhat dot com
ReportedBy: karvjorm at users dot sourceforge dot net
CC: bug-binutils at gnu dot org


http://sourceware.org/bugzilla/show_bug.cgi?id=5086

--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.


___
bug-binutils mailing list
bug-binutils@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-binutils


[Bug gas/5087] New: Error message does not report, if number value is below zero

2007-10-02 Thread karvjorm at users dot sourceforge dot net
This error message in gas-2.17.90.pot is not quite correct:

#: config/tc-avr.c:504
#, c-format
msgid "number must be less than %d"

In the source code is actually checked, if the "number" is greater than max
value or below zero.

-- 
   Summary: Error message does not report, if number value is below
zero
   Product: binutils
   Version: 2.17
Status: NEW
  Severity: normal
  Priority: P2
 Component: gas
AssignedTo: unassigned at sources dot redhat dot com
ReportedBy: karvjorm at users dot sourceforge dot net
CC: bug-binutils at gnu dot org


http://sourceware.org/bugzilla/show_bug.cgi?id=5087

--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.


___
bug-binutils mailing list
bug-binutils@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-binutils


[Bug gas/5088] New: An 8-bit range checking overlaps a constant range greater than 8-bit

2007-10-02 Thread karvjorm at users dot sourceforge dot net
The following error message is a bit limited:

#: config/tc-avr.c:530 config/tc-avr.c:665
#, c-format
msgid "constant out of 8-bit range: %d"

In the source code is actually checked, if constant is below -255 or above 255.
This range (-255...255) includes two 8-bit ranges, doesn't it?

-- 
   Summary: An 8-bit range checking overlaps a constant range
greater than 8-bit
   Product: binutils
   Version: 2.17
Status: NEW
  Severity: normal
  Priority: P2
 Component: gas
AssignedTo: unassigned at sources dot redhat dot com
    ReportedBy: karvjorm at users dot sourceforge dot net
CC: bug-binutils at gnu dot org


http://sourceware.org/bugzilla/show_bug.cgi?id=5088

--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.


___
bug-binutils mailing list
bug-binutils@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-binutils


[Bug gas/5089] New: Spelling fix for duplicate

2007-10-02 Thread karvjorm at users dot sourceforge dot net
The following message in gas-2.17.90.pot should include "duplicate", not
"dupicate", I suppose.

#: config/tc-arm.c:3054
msgid "dupicate .handlerdata directive"

-- 
   Summary: Spelling fix for duplicate
   Product: binutils
   Version: 2.17
Status: NEW
  Severity: normal
  Priority: P2
 Component: gas
AssignedTo: unassigned at sources dot redhat dot com
    ReportedBy: karvjorm at users dot sourceforge dot net
CC: bug-binutils at gnu dot org


http://sourceware.org/bugzilla/show_bug.cgi?id=5089

--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.


___
bug-binutils mailing list
bug-binutils@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-binutils


[Bug gas/5090] New: Spelling fix for instruction

2007-10-02 Thread karvjorm at users dot sourceforge dot net
The following message in gas-2.17.90.pot should include "instruction", not
"instrunction", shouldn't it?

#: config/tc-arm.c:14190
msgid "thumb conditional instrunction not in IT block"

-- 
   Summary: Spelling fix for instruction
   Product: binutils
   Version: 2.17
Status: NEW
  Severity: normal
  Priority: P2
 Component: gas
AssignedTo: unassigned at sources dot redhat dot com
        ReportedBy: karvjorm at users dot sourceforge dot net
CC: bug-binutils at gnu dot org


http://sourceware.org/bugzilla/show_bug.cgi?id=5090

--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.


___
bug-binutils mailing list
bug-binutils@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-binutils


[Bug ld/5097] New: Spelling fix for cannot

2007-10-03 Thread karvjorm at users dot sourceforge dot net
Here below should be "cannot", not "connot", I suppose.

#: emultempl/armcoff.em:194 emultempl/pe.em:1533
msgid "%P: warning: connot find thumb start symbol %s\n"

-- 
   Summary: Spelling fix for cannot
   Product: binutils
   Version: 2.17
Status: NEW
  Severity: normal
  Priority: P2
 Component: ld
AssignedTo: unassigned at sources dot redhat dot com
    ReportedBy: karvjorm at users dot sourceforge dot net
CC: bug-binutils at gnu dot org


http://sourceware.org/bugzilla/show_bug.cgi?id=5097

--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.


___
bug-binutils mailing list
bug-binutils@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-binutils


[Bug binutils/5098] New: Spelling fix for ordinals

2007-10-03 Thread karvjorm at users dot sourceforge dot net
Here below should be "ordinals", not "oridinals", I suppose

#: dlltool.c:2991
#, c-format
msgid "Error, duplicate EXPORT with oridinals: %s"

-- 
   Summary: Spelling fix for ordinals
   Product: binutils
   Version: 2.17
Status: NEW
  Severity: normal
  Priority: P2
 Component: binutils
AssignedTo: unassigned at sources dot redhat dot com
    ReportedBy: karvjorm at users dot sourceforge dot net
CC: bug-binutils at gnu dot org


http://sourceware.org/bugzilla/show_bug.cgi?id=5098

--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.


___
bug-binutils mailing list
bug-binutils@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-binutils


[Bug binutils/5099] New: Missing apostrophe in bfd-2.17.90.pot

2007-10-03 Thread karvjorm at users dot sourceforge dot net
Missing apostrophe before %s placeholder.

#: elf64-x86-64.c:890
msgid "%B: %s' accessed both as normal and thread local symbol"

PLS, add bfd to Product.

-- 
   Summary: Missing apostrophe in bfd-2.17.90.pot
   Product: binutils
   Version: 2.17
Status: NEW
  Severity: normal
  Priority: P2
 Component: binutils
AssignedTo: unassigned at sources dot redhat dot com
    ReportedBy: karvjorm at users dot sourceforge dot net
CC: bug-binutils at gnu dot org


http://sourceware.org/bugzilla/show_bug.cgi?id=5099

--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.


___
bug-binutils mailing list
bug-binutils@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-binutils


[Bug binutils/5100] New: Spelling fix for too in opcodes-2.17.90.pot

2007-10-03 Thread karvjorm at users dot sourceforge dot net
Here should be "too many shimms in load", I suppose

#: arc-opc.c:668
msgid "to many shimms in load"

PLS, add opcodes to Product.

-- 
   Summary: Spelling fix for too in opcodes-2.17.90.pot
   Product: binutils
   Version: 2.17
Status: NEW
  Severity: normal
  Priority: P2
 Component: binutils
AssignedTo: unassigned at sources dot redhat dot com
ReportedBy: karvjorm at users dot sourceforge dot net
CC: bug-binutils at gnu dot org


http://sourceware.org/bugzilla/show_bug.cgi?id=5100

--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.


___
bug-binutils mailing list
bug-binutils@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-binutils


[Bug gas/5121] New: Strings in config/atof-ieee.c not included with gas-2.17.90.pot

2007-10-05 Thread karvjorm at users dot sourceforge dot net
Three strings in config/atof-ieee.c are not included with gas-2.17.90.pot

-- 
   Summary: Strings in config/atof-ieee.c not included with gas-
2.17.90.pot
   Product: binutils
   Version: 2.17
Status: NEW
  Severity: normal
  Priority: P2
 Component: gas
AssignedTo: unassigned at sources dot redhat dot com
ReportedBy: karvjorm at users dot sourceforge dot net
CC: bug-binutils at gnu dot org


http://sourceware.org/bugzilla/show_bug.cgi?id=5121

--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.


___
bug-binutils mailing list
bug-binutils@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-binutils


[Bug gas/5123] New: Reference to config/atof-vax.c missing in gas-2.17.90.pot

2007-10-05 Thread karvjorm at users dot sourceforge dot net
Reference "config/atof-vax.c:450" missing in gas-2.17.90.pot here below:

#: config/tc-bfin.c:728 config/tc-fr30.c:357 config/tc-frv.c:1599
#: config/tc-i960.c:1754 config/tc-ip2k.c:370 config/tc-m32c.c:1236
#: config/tc-m32r.c:2142 config/tc-mep.c:1713 config/tc-openrisc.c:375
#: config/tc-xc16x.c:258 config/tc-xstormy16.c:631
msgid "Bad call to md_atof()"

-- 
   Summary: Reference to config/atof-vax.c missing in gas-
2.17.90.pot
   Product: binutils
   Version: 2.17
Status: NEW
  Severity: normal
  Priority: P2
 Component: gas
AssignedTo: unassigned at sources dot redhat dot com
ReportedBy: karvjorm at users dot sourceforge dot net
CC: bug-binutils at gnu dot org


http://sourceware.org/bugzilla/show_bug.cgi?id=5123

--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.


___
bug-binutils mailing list
bug-binutils@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-binutils


[Bug gas/5122] New: Strings in config/xtensa-relax.c not included with gas-2.17.90.pot

2007-10-05 Thread karvjorm at users dot sourceforge dot net
Strings in config/xtensa-relax.c not included with gas-2.17.90.pot

-- 
   Summary: Strings in config/xtensa-relax.c not included with gas-
2.17.90.pot
   Product: binutils
   Version: 2.17
Status: NEW
  Severity: normal
  Priority: P2
 Component: gas
AssignedTo: unassigned at sources dot redhat dot com
ReportedBy: karvjorm at users dot sourceforge dot net
CC: bug-binutils at gnu dot org


http://sourceware.org/bugzilla/show_bug.cgi?id=5122

--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.


___
bug-binutils mailing list
bug-binutils@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-binutils


[Bug gas/5124] New: Two missing msgids in gas-2.17.90.pot

2007-10-05 Thread karvjorm at users dot sourceforge dot net
The following two msgids are missing in gas-2.17.90.pot

#: config/obj-elf.c:1278
#, c-format
msgid "expected `%s' to have already been set for .vtable_inherit"

#: config/obj-elf.c:1288
#, c-format
msgid "expected comma after name in .vtable_inherit"

-- 
   Summary: Two missing msgids in gas-2.17.90.pot
   Product: binutils
   Version: 2.17
Status: NEW
  Severity: normal
  Priority: P2
 Component: gas
AssignedTo: unassigned at sources dot redhat dot com
        ReportedBy: karvjorm at users dot sourceforge dot net
CC: bug-binutils at gnu dot org


http://sourceware.org/bugzilla/show_bug.cgi?id=5124

--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.


___
bug-binutils mailing list
bug-binutils@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-binutils


[Bug gas/5125] New: Third missing msgid in gas-2.17.90.pot

2007-10-05 Thread karvjorm at users dot sourceforge dot net
Missing msgid in gas-2.17.90.pot :

#: config/obj-elf.c:1348
msgid "expected comma after name in .vtable_entry"

-- 
   Summary: Third missing msgid in gas-2.17.90.pot
   Product: binutils
   Version: 2.17
Status: NEW
  Severity: normal
  Priority: P2
 Component: gas
AssignedTo: unassigned at sources dot redhat dot com
ReportedBy: karvjorm at users dot sourceforge dot net
CC: bug-binutils at gnu dot org


http://sourceware.org/bugzilla/show_bug.cgi?id=5125

--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.


___
bug-binutils mailing list
bug-binutils@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-binutils


[Bug gas/5126] New: Missing strings in gas-2.17.90.pot (from config/obj-som.c)

2007-10-05 Thread karvjorm at users dot sourceforge dot net
The following strings are missing in gas-2.17.90.pot

#: config/obj-som.c:88
msgid ".compiler directive missing language and version"

#: config/obj-som.c:98
msgid ".compiler directive missing version"

#: config/obj-som.c:111
msgid "GNU Tools"

#: config/obj-som.c:114
msgid "FATAL: Attaching compiler header %s"

-- 
   Summary: Missing strings in gas-2.17.90.pot (from config/obj-
som.c)
   Product: binutils
   Version: 2.17
Status: NEW
  Severity: normal
  Priority: P2
 Component: gas
AssignedTo: unassigned at sources dot redhat dot com
    ReportedBy: karvjorm at users dot sourceforge dot net
CC: bug-binutils at gnu dot org


http://sourceware.org/bugzilla/show_bug.cgi?id=5126

--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.


___
bug-binutils mailing list
bug-binutils@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-binutils


[Bug gas/5128] New: Missing debug_exp string in gas-2.17.90.pot

2007-10-05 Thread karvjorm at users dot sourceforge dot net
The following msgid is missing in gas-2.17.90.pot :

#: config/tc-alpha.c:728
msgid "debug_exp: %d tokens"

-- 
   Summary: Missing debug_exp string in gas-2.17.90.pot
   Product: binutils
   Version: 2.17
Status: NEW
  Severity: normal
  Priority: P2
 Component: gas
AssignedTo: unassigned at sources dot redhat dot com
ReportedBy: karvjorm at users dot sourceforge dot net
CC: bug-binutils at gnu dot org


http://sourceware.org/bugzilla/show_bug.cgi?id=5128

--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.


___
bug-binutils mailing list
bug-binutils@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-binutils


[Bug gas/5127] New: Reference to config/tc-alpha.c:736 missing in gas-2.17.90.pot

2007-10-05 Thread karvjorm at users dot sourceforge dot net
Reference to config/tc-alpha.c:736 missing in gas-2.17.90.pot (here below)

#: config/tc-mcore.c:1987
msgid "unknown"

-- 
   Summary: Reference to config/tc-alpha.c:736 missing in gas-
2.17.90.pot
   Product: binutils
   Version: 2.17
Status: NEW
  Severity: normal
  Priority: P2
 Component: gas
AssignedTo: unassigned at sources dot redhat dot com
ReportedBy: karvjorm at users dot sourceforge dot net
CC: bug-binutils at gnu dot org


http://sourceware.org/bugzilla/show_bug.cgi?id=5127

--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.


___
bug-binutils mailing list
bug-binutils@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-binutils


[Bug gas/5129] New: Several config/tc-arc.c strings missing in gas-2.17.90.pot

2007-10-05 Thread karvjorm at users dot sourceforge dot net
There are several msgids that are missing in gas-2.17.90.pot. Here is only some
of them:

#: config/tc-arc.c:432
msgid "expected comma after operand name"

#: config/tc-arc.c:432
#, c-format
msgid "negative operand number %d"

#: config/tc-arc.c:497
msgid "expected comma after register-mode"

#: config/tc-arc.c:514
msgid "shortcut designator invalid"

#: config/tc-arc.c:529
#, c-format
msgid "core register value (%d) too large"

#: config/tc-arc.c:537
#, c-format
msgid "condition code value (%d) too large"

#: config/tc-arc.c:554
#, c-format
msgid "attempt to override symbol: %s"

#. opertype means operand type
#: config/tc-arc.c:625
msgid "invalid opertype"

#: config/tc-arc.c:670
msgid "expected comma after operand name"

-- 
   Summary: Several config/tc-arc.c strings missing in gas-
2.17.90.pot
   Product: binutils
   Version: 2.17
Status: NEW
  Severity: normal
  Priority: P2
 Component: gas
    AssignedTo: unassigned at sources dot redhat dot com
ReportedBy: karvjorm at users dot sourceforge dot net
CC: bug-binutils at gnu dot org


http://sourceware.org/bugzilla/show_bug.cgi?id=5129

--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.


___
bug-binutils mailing list
bug-binutils@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-binutils


[Bug gas/5131] New: Msgid "bad barrier type" missing in gas-2.17.90.pot

2007-10-06 Thread karvjorm at users dot sourceforge dot net
The following msgid is missing in gas-2.17.90.pot

#: config/tc-arm.c:8776
msgid "bad barrier type"

-- 
   Summary: Msgid "bad barrier type" missing in gas-2.17.90.pot
   Product: binutils
   Version: 2.17
Status: NEW
  Severity: normal
  Priority: P2
 Component: gas
AssignedTo: unassigned at sources dot redhat dot com
ReportedBy: karvjorm at users dot sourceforge dot net
CC: bug-binutils at gnu dot org


http://sourceware.org/bugzilla/show_bug.cgi?id=5131

--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.


___
bug-binutils mailing list
bug-binutils@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-binutils


[Bug gas/5132] New: Some line numbers of config/tc-arm.c mismatch in gas-2.17.90.pot references

2007-10-06 Thread karvjorm at users dot sourceforge dot net
There is a mismatch of 47 with linenumberes in refrences to config/tc-arm.c

#  :4000 :4863 :8438 :8920 :11718 :18666 :18691 :18699 :
The line above includes correct line numbers for the msgid below

#: config/tc-arm.c:3953 config/tc-arm.c:4816 config/tc-arm.c:8391
#: config/tc-arm.c:8873 config/tc-arm.c:11671 config/tc-arm.c:18619
#: config/tc-arm.c:18644 config/tc-arm.c:18652 config/tc-z8k.c:1144
#: config/tc-z8k.c:1154
msgid "immediate value out of range"

-- 
   Summary: Some line numbers of config/tc-arm.c mismatch in gas-
2.17.90.pot references
   Product: binutils
   Version: 2.17
Status: NEW
  Severity: normal
  Priority: P2
 Component: gas
AssignedTo: unassigned at sources dot redhat dot com
ReportedBy: karvjorm at users dot sourceforge dot net
CC: bug-binutils at gnu dot org


http://sourceware.org/bugzilla/show_bug.cgi?id=5132

--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.


___
bug-binutils mailing list
bug-binutils@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-binutils


[Bug gas/5133] New: Error message mismatches with the checked range

2007-10-06 Thread karvjorm at users dot sourceforge dot net
The following error message is shown when value (offset?) is below zero or
greater than 255. But error message reports only the latter. Also line number in
 reference is really 18711, not 18664.

#: config/tc-arm.c:18664
#, c-format
msgid "invalid immediate: %ld is too large"

source code:

if (value < 0 || value > 255)
 as_bad_where (fixP->fx_file, fixP->fx_line,
   _("invalid immediate: %ld is too large"),
(long) value);

-- 
   Summary: Error message mismatches with the checked range
   Product: binutils
   Version: 2.17
Status: NEW
  Severity: normal
  Priority: P2
 Component: gas
AssignedTo: unassigned at sources dot redhat dot com
    ReportedBy: karvjorm at users dot sourceforge dot net
CC: bug-binutils at gnu dot org


http://sourceware.org/bugzilla/show_bug.cgi?id=5133

--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.


___
bug-binutils mailing list
bug-binutils@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-binutils


[Bug gas/5134] New: Range checking mismatch with "offset too big" in gas-2.17.90.pot

2007-10-06 Thread karvjorm at users dot sourceforge dot net
Error message does not report about lower range checking, but only about upper
range checking. Line number is also 18750.

#: config/tc-arm.c:18703
msgid "offset too big"

source code:

if (value < -0x1000 || value > 0x)
  as_bad_where (fixP->fx_file, fixP->fx_line,
_("offset too big"));

-- 
   Summary: Range checking mismatch with "offset too big" in gas-
2.17.90.pot
   Product: binutils
   Version: 2.17
Status: NEW
  Severity: normal
  Priority: P2
 Component: gas
AssignedTo: unassigned at sources dot redhat dot com
ReportedBy: karvjorm at users dot sourceforge dot net
CC: bug-binutils at gnu dot org


http://sourceware.org/bugzilla/show_bug.cgi?id=5134

--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.


___
bug-binutils mailing list
bug-binutils@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-binutils


[Bug gas/5135] New: Spelling fix for Unknown in config/tc-bfin.c

2007-10-06 Thread karvjorm at users dot sourceforge dot net
File gas-2.17.90.pot should include the following msgid (I suppose):

#: config/tc-bfin.c:1181 config/tc-bfin.c:1197
#, c-format
msgid "%s:%d:Unknown operator found for arithmetic relocation"

At present source code with "Unkonwn" looks like:

fprintf (stderr, "%s:%d:Unkonwn operator found for arithmetic" " relocation",
__FILE__, __LINE__);

-- 
   Summary: Spelling fix for Unknown in config/tc-bfin.c
   Product: binutils
   Version: 2.17
Status: NEW
  Severity: normal
  Priority: P2
 Component: gas
AssignedTo: unassigned at sources dot redhat dot com
    ReportedBy: karvjorm at users dot sourceforge dot net
CC: bug-binutils at gnu dot org


http://sourceware.org/bugzilla/show_bug.cgi?id=5135

--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.


___
bug-binutils mailing list
bug-binutils@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-binutils


[Bug gas/5136] New: Error message "rel too far BFD_RELOC_8" used with BFD_RELOC_16

2007-10-06 Thread karvjorm at users dot sourceforge dot net
File config/tc-bfin.c line 651 should include a text like "rel too far
BFD_RELOC_16", not "rel too far BFD_RELOC_8". Error message is also a bit 
cryptic.

case BFD_RELOC_BFIN_16_IMM:
case BFD_RELOC_16:
  if (value < -0x8000 || value >= 0x7fff)
as_bad_where (fixP->fx_file, fixP->fx_line, "rel too far BFD_RELOC_8");

-- 
   Summary: Error message "rel too far BFD_RELOC_8" used with
BFD_RELOC_16
   Product: binutils
   Version: 2.17
Status: NEW
  Severity: normal
  Priority: P2
 Component: gas
AssignedTo: unassigned at sources dot redhat dot com
        ReportedBy: karvjorm at users dot sourceforge dot net
CC: bug-binutils at gnu dot org


http://sourceware.org/bugzilla/show_bug.cgi?id=5136

--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.


___
bug-binutils mailing list
bug-binutils@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-binutils


[Bug gas/5137] New: Missing msgids for gas-2.17.90.pot from config/tc-bfin.c

2007-10-06 Thread karvjorm at users dot sourceforge dot net
The following msgids should be in gas-2.17.90.pot (I suppose):

#: config/tc-bfin.c:249
msgid "missing ')'"

#. Blackfin specific function to handle FD-PIC pointer initializations.
#: config/tc-bfin.c:252
msgid "missing funcdesc in picptr"

#: config/tc-ia64.c:7640 config/tc-mips.c:1750
#: config/tc-bfin.c:351
msgid "Could not set architecture and machine."

There is a dot at the end of msgid in tc-bfin.c

#: config/tc-bfin.c:512
msgid "We found a '['!"

#: config/tc-bfin.c:571
msgid "pcrel too far BFD_RELOC_BFIN_10"

#: config/tc-bfin.c:587
msgid "pcrel too far BFD_RELOC_BFIN_12"

#: config/tc-bfin.c:607
msgid "pcrel too far BFD_RELOC_BFIN_24"

#: config/tc-bfin.c:622
msgid "pcrel too far BFD_RELOC_BFIN_5"

#: config/tc-bfin.c:634
msgid "pcrel too far BFD_RELOC_BFIN_11_PCREL"

#: config/tc-bfin.c:644
msgid "rel too far BFD_RELOC_8"

#: config/tc-bfin.c:651 is handled in another bug report

#: config/tc-bfin.c:672
#, c-format
msgid "Relocation %d not handled in gas. Contact support.\n"

#: config/tc-bfin.c:1181 config/tc-bfin.c:1197 are handled in another bug report

#: config/tc-bfin.c:1201
#, c-format
msgid "%s:%d:Unknown node expression found during arithmetic 
relocation generation "

#: config/tc-bfin.c:1456 config/tc-bfin.c:1519
#: config/tc-bfin.c:1543
#, c-format
msgid "Warning: possible mixup of Preg/Dreg\n"

-- 
   Summary: Missing msgids for gas-2.17.90.pot from config/tc-bfin.c
   Product: binutils
   Version: 2.17
Status: NEW
  Severity: normal
  Priority: P2
 Component: gas
AssignedTo: unassigned at sources dot redhat dot com
ReportedBy: karvjorm at users dot sourceforge dot net
CC: bug-binutils at gnu dot org


http://sourceware.org/bugzilla/show_bug.cgi?id=5137

--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.


___
bug-binutils mailing list
bug-binutils@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-binutils


[Bug gas/5138] New: Bit range mismatch in config/tc-cris.c

2007-10-07 Thread karvjorm at users dot sourceforge dot net
The following error message is a bit limited:

#: config/tc-cris.c:2110 config/tc-cris.c:2150
#, c-format
msgid "Immediate value not in 8 bit range: %ld"

source code:

if (instruction->imm_oprnd_size == SIZE_FIELD
  && (out_insnp->expr.X_add_number < -128
|| out_insnp->expr.X_add_number > 255))
  as_bad (_("Immediate value not in 8 bit range: %ld"),
 out_insnp->expr.X_add_number);

In the source code is actually checked, if value is below -128 or above 255 and
range is then greater than 8 bits.

-- 
   Summary: Bit range mismatch in config/tc-cris.c
   Product: binutils
   Version: 2.17
Status: NEW
  Severity: normal
  Priority: P2
 Component: gas
AssignedTo: unassigned at sources dot redhat dot com
    ReportedBy: karvjorm at users dot sourceforge dot net
CC: bug-binutils at gnu dot org


http://sourceware.org/bugzilla/show_bug.cgi?id=5138

--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.


___
bug-binutils mailing list
bug-binutils@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-binutils


[Bug gas/5139] New: Another bit range checking mismatch in config/tc-cris.c

2007-10-07 Thread karvjorm at users dot sourceforge dot net
#: config/tc-cris.c:2120 config/tc-cris.c:2171
#, c-format
msgid "Immediate value not in 16 bit range: %ld"

The error message above is not quite correct, because range -32768...65535 is a
bit greater than 16 bits.

if (instruction->imm_oprnd_size == SIZE_FIELD
  && (out_insnp->expr.X_add_number < -32768
|| out_insnp->expr.X_add_number > 65535))
  as_bad (_("Immediate value not in 16 bit range: %ld"),

-- 
   Summary: Another bit range checking mismatch in config/tc-cris.c
   Product: binutils
   Version: 2.17
Status: NEW
  Severity: normal
  Priority: P2
 Component: gas
AssignedTo: unassigned at sources dot redhat dot com
ReportedBy: karvjorm at users dot sourceforge dot net
CC: bug-binutils at gnu dot org


http://sourceware.org/bugzilla/show_bug.cgi?id=5139

--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.


___
bug-binutils mailing list
bug-binutils@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-binutils


[Bug gas/5140] New: Third bit range checking mismatch in config/tc-cris.c

2007-10-07 Thread karvjorm at users dot sourceforge dot net
#: config/tc-cris.c:3631
#, c-format
msgid "Value not in 16 bit range: %ld"

The error message above is not quite correct, because range 0x...-32768 is a
bit greater than 16 bits.

The error message 
case BFD_RELOC_16:
case BFD_RELOC_16_PCREL:
  if (val > 0x || val < -32768)
as_bad_where (fixP->fx_file, fixP->fx_line,
  _("Value not in 16 bit range: %ld"), val);

-- 
   Summary: Third bit range checking mismatch in config/tc-cris.c
   Product: binutils
   Version: 2.17
Status: NEW
  Severity: normal
  Priority: P2
 Component: gas
AssignedTo: unassigned at sources dot redhat dot com
    ReportedBy: karvjorm at users dot sourceforge dot net
CC: bug-binutils at gnu dot org


http://sourceware.org/bugzilla/show_bug.cgi?id=5140

--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.


___
bug-binutils mailing list
bug-binutils@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-binutils


[Bug gas/5141] New: 4th range checking mismatch in config/tc-cris.c

2007-10-07 Thread karvjorm at users dot sourceforge dot net
#: config/tc-cris.c:3653
#, c-format
msgid "Value not in 8 bit range: %ld"

The error message above is not quite correct, because range 255...-128 is a
bit greater than 8 bits.

case BFD_RELOC_8:
case BFD_RELOC_8_PCREL:
  if (val > 255 || val < -128)
as_bad_where (fixP->fx_file, fixP->fx_line, _("Value not in 8 bit range:
%ld"), val);

-- 
   Summary: 4th range checking mismatch in config/tc-cris.c
   Product: binutils
   Version: 2.17
Status: NEW
  Severity: normal
  Priority: P2
 Component: gas
AssignedTo: unassigned at sources dot redhat dot com
    ReportedBy: karvjorm at users dot sourceforge dot net
CC: bug-binutils at gnu dot org


http://sourceware.org/bugzilla/show_bug.cgi?id=5141

--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.


___
bug-binutils mailing list
bug-binutils@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-binutils


[Bug gas/5142] New: Missing msgids and references from config/tc-dlx.c in gas-2.17.90.pot

2007-10-07 Thread karvjorm at users dot sourceforge dot net
The following msgids are not included in gas-2.17.90.pot. "Invalid operands" is
a new msgid for gas-2.17.90.pot

#: config/tc-i860.c:227 config/tc-mips.c:1761 config/tc-dlx.c:290
#, c-format
msgid "internal error: can't hash `%s': %s\n"

#: config/tc-dlx.c:892
msgid "Invalid operands"

#: config/tc-alpha.c:5067 config/tc-h8300.c:2053 config/tc-hppa.c:1381
#: config/tc-i860.c:1057 config/tc-m68hc11.c:560 config/tc-m68k.c:4654
#: config/tc-ns32k.c:1943 config/tc-or32.c:580 config/tc-sparc.c:2998
#: config/tc-spu.c:748 config/tc-z8k.c:1332 config/tc-dlx.c:1025
msgid "Bad call to MD_ATOF()"

#: config/tc-m32r.c:2333 config/tc-sparc.c:3604 config/tc-dlx.c:1256
#, c-format
msgid "internal error: can't export reloc type %d (`%s')"

-- 
   Summary: Missing msgids and references from config/tc-dlx.c in
gas-2.17.90.pot
   Product: binutils
   Version: 2.17
Status: NEW
  Severity: normal
  Priority: P2
 Component: gas
AssignedTo: unassigned at sources dot redhat dot com
ReportedBy: karvjorm at users dot sourceforge dot net
CC: bug-binutils at gnu dot org


http://sourceware.org/bugzilla/show_bug.cgi?id=5142

--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.


___
bug-binutils mailing list
bug-binutils@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-binutils


[Bug gas/5143] New: Missing config/tc-frv.c msgids in gas-2.17.90.pot

2007-10-07 Thread karvjorm at users dot sourceforge dot net
The following messages are missing in gas-2.17.90.pot

#: config/tc-frv.c:407
#, c-format
msgid "Unknown cpu -mcpu=%s"

#: config/tc-frv.c:646
#, c-format
msgid "\nVliw Insn #%d, #insns: %d\n"

#: config/tc-frv.c:651
#, c-format
msgid "Label Value: %p\n"

#: config/tc-frv.c:653
#, c-format
msgid "%s to %p\n"

#: config/tc-frv.c:655
#, c-format
msgid "nop'd %s to %p\n"

#: config/tc-frv.c:657
#, c-format
msgid "Nop\n"

#: config/tc-frv.c:990
#, c-format
msgid "Inserted %d Single Nops\n"

#: config/tc-frv.c:991
#, c-format
msgid "Inserted %d Double Nops\n"

#: config/tc-frv.c:1770
#, c-format
msgid "\nFrv section %s%s\n"

#: config/tc-frv.c:1770
msgid ", known section"


#: config/tc-frv.c:1773
#, c-format
msgid "\tSkipping non-loaded section\n"

#: config/tc-frv.c:1788
#, c-format
msgid "\tSkipping reloc that has already been done\n"

#: config/tc-frv.c:1784
#, c-format
msgid "\tSkipping reloc that is PC relative\n"

#: config/tc-frv.c:1800
#, c-format
msgid "\tSkipping reloc without symbol\n"

#: config/tc-frv.c:1816
#, c-format
msgid "\treloc %s\t%s"

#: config/tc-frv.c:1871
#, c-format
msgid " (Non-pic relocation)\n"

-- 
   Summary: Missing config/tc-frv.c msgids in gas-2.17.90.pot
   Product: binutils
   Version: 2.17
Status: NEW
      Severity: normal
      Priority: P2
 Component: gas
AssignedTo: unassigned at sources dot redhat dot com
ReportedBy: karvjorm at users dot sourceforge dot net
CC: bug-binutils at gnu dot org


http://sourceware.org/bugzilla/show_bug.cgi?id=5143

--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.


___
bug-binutils mailing list
bug-binutils@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-binutils


[Bug gas/5127] Reference to config/tc-alpha.c:736 missing in gas-2.17.90.pot

2007-10-08 Thread karvjorm at users dot sourceforge dot net

--- Additional Comments From karvjorm at users dot sourceforge dot net  
2007-10-08 15:36 ---
(In reply to comment #1)
> Hi Jorma,
> 
>   I do not understand what you mean with this bug report.  Please could you
> explain in some more detail ?
> 
> Cheers
>   Nick
> 

Sorry,

I did not explain this correctly. The source code looks like this:

static void
debug_exp (expressionS tok[], int ntok)
{
  int i;

  fprintf (stderr, "debug_exp: %d tokens", ntok);
  for (i = 0; i < ntok; i++)
{
  expressionS *t = &tok[i];
  const char *name;

  switch (t->X_op)
{
default:name = "unknown";   break;

In gas-2.17.90.pot is only one "unknown" msgid (for config/tc-more.c:1987)

I think that this debug message should be translated also (and there should be a
reference to config/tc-alpha.c:736 in the commment of the msgid "unknown" in
gas-2.17.90.pot).

best regards,

Jorma

-- 


http://sourceware.org/bugzilla/show_bug.cgi?id=5127

--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.


___
bug-binutils mailing list
bug-binutils@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-binutils


[Bug gas/5138] Bit range mismatch in config/tc-cris.c

2007-10-08 Thread karvjorm at users dot sourceforge dot net

--- Additional Comments From karvjorm at users dot sourceforge dot net  
2007-10-09 05:09 ---
(In reply to comment #1)
> Well, it's 8-bit signed *and* 8-bit unsigned: perhaps saying 
> "not in 8-bit signed or unsigned range" would sound better to you?
> If you have a better wording to suggest, feel free.
> 
> brgds, H-P

Yes, that is one way to get around that, but there are still holes in that error
message. If it is a signed number, we don't catch values between 127...255 and
if it is an unsigned number, we don't catch values between -128 and 0. And there
is no way to know, which one we have, I suppose. If there are many immediate
values, one could always record the range of values and if most values are
either in range 0...127 or 128...255 we can suppose that the immediate value is
 unsigned value and values below zero should be illegal. But if an unsigned
value is never over 127 or the first value we record is illegal, this kind of
intelligence does not work. If we cannot warn about "hole" values, this single
error message is still a bit limited, even in its extended format.




-- 


http://sourceware.org/bugzilla/show_bug.cgi?id=5138

--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.


___
bug-binutils mailing list
bug-binutils@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-binutils


[Bug gas/5138] Bit range mismatch in config/tc-cris.c

2007-10-08 Thread karvjorm at users dot sourceforge dot net

--- Additional Comments From karvjorm at users dot sourceforge dot net  
2007-10-09 05:11 ---
(In reply to comment #1)
> Well, it's 8-bit signed *and* 8-bit unsigned: perhaps saying 
> "not in 8-bit signed or unsigned range" would sound better to you?
> If you have a better wording to suggest, feel free.
> 
> brgds, H-P

Yes, that is one way to get around that, but there are still holes in that error
message. If it is a signed number, we don't catch values between 127...255 and
if it is an unsigned number, we don't catch values between -128 and 0. And there
is no way to know, which one we have, I suppose. If there are many immediate
values, one could always record the range of values and if most values are
either in range 0...127 or 128...255 we can suppose that the immediate value is
 unsigned value and values below zero should be illegal. But if an unsigned
value is never over 127 or the first value we record is illegal, this kind of
intelligence does not work. If we cannot warn about "hole" values, this single
error message is still a bit limited, even in its extended format.




-- 


http://sourceware.org/bugzilla/show_bug.cgi?id=5138

--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.


___
bug-binutils mailing list
bug-binutils@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-binutils


[Bug gas/5155] New: Spelling fix for substituted in gas-2.17.90.pot

2007-10-10 Thread karvjorm at users dot sourceforge dot net
Here below should be "substituted", not "substituded", I suppose.

#: config/tc-msp430.c:1268
#, c-format
msgid "unknown operator (r%s substituded as a register name"

-- 
   Summary: Spelling fix for substituted in gas-2.17.90.pot
   Product: binutils
   Version: 2.17
Status: NEW
  Severity: normal
  Priority: P2
 Component: gas
AssignedTo: unassigned at sources dot redhat dot com
    ReportedBy: karvjorm at users dot sourceforge dot net
CC: bug-binutils at gnu dot org


http://sourceware.org/bugzilla/show_bug.cgi?id=5155

--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.


___
bug-binutils mailing list
bug-binutils@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-binutils


[Bug gas/5157] New: Two spelling fixes for a single string in gas-2.17.90.pot

2007-10-10 Thread karvjorm at users dot sourceforge dot net
Here below should be "Illegal", not "Ilegal" and "implemented", not
"implmented", I suppose.

#: config/tc-msp430.c:1834
msgid "Ilegal instruction or not implmented opcode."

-- 
   Summary: Two spelling fixes for a single string in gas-
2.17.90.pot
   Product: binutils
   Version: 2.17
Status: NEW
  Severity: normal
  Priority: P2
 Component: gas
AssignedTo: unassigned at sources dot redhat dot com
        ReportedBy: karvjorm at users dot sourceforge dot net
CC: bug-binutils at gnu dot org


http://sourceware.org/bugzilla/show_bug.cgi?id=5157

--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.


___
bug-binutils mailing list
bug-binutils@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-binutils


[Bug gas/5158] New: Missing msgid from config/tc-h8300.c in gas-2.17.90.pot

2007-10-10 Thread karvjorm at users dot sourceforge dot net
The msgid below in missing in gas-2.17.90.pot

#: config/tc-h8300.c:2173
msgid "Difference of symbols in different sections is not supported"

-- 
   Summary: Missing msgid from config/tc-h8300.c in gas-2.17.90.pot
   Product: binutils
   Version: 2.17
Status: NEW
  Severity: normal
  Priority: P2
 Component: gas
AssignedTo: unassigned at sources dot redhat dot com
ReportedBy: karvjorm at users dot sourceforge dot net
CC: bug-binutils at gnu dot org


http://sourceware.org/bugzilla/show_bug.cgi?id=5158

--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.


___
bug-binutils mailing list
bug-binutils@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-binutils


[Bug gas/5161] New: Missing msgids from config/tc-ia64.c for gas-2.17.90.pot

2007-10-10 Thread karvjorm at users dot sourceforge dot net
a64.c:6972
msgid "emit_one_bundle: unexpected dynamic op"

#: config/tc-ia64.c:7095
#, c-format
msgid "`%s' does not fit into %s template"

#: config/tc-ia64.c:7110
#, c-format
msgid "`%s' does not fit into bundle"

#: config/tc-ia64.c:7116
msgid "X slot"

#: config/tc-ia64.c:7118
msgid "slots 2 or 3"

#: config/tc-ia64.c:7120
msgid "slot 3"

#: config/tc-ia64.c:7123
#, c-format
msgid "`%s' can't go in %s of %s template"

#: config/tc-ia64.c:7128
msgid "Missing '}' at end of file"

#: config/tc-ia64.c:7277
#, c-format
msgid "Unrecognized option '-x%s'"

#: config/tc-ia64.c:7567
#, c-format
msgid "ia64.md_begin: can't hash `%s': %s"

#: config/tc-ia64.c:7628
#, c-format
msgid "Inserting \"%s\" into constant hash table failed: %s"

#: config/tc-ia64.c:7751
msgid "qualifying predicate not followed by instruction"

#: config/tc-ia64.c:7775
msgid "Found '{' when manual bundling is already turned on"

#: config/tc-ia64.c:7794
msgid "Found '}' when manual bundling is off"

#: config/tc-ia64.c:7822
msgid "Expected ')'"

#: config/tc-ia64.c:7827
msgid "Qualifying predicate expected"

#: config/tc-ia64.c:7832
msgid "Predicate register expected"

#: config/tc-ia64.c:7846
msgid "Tag must come before qualifying predicate."

#: config/tc-ia64.c:7876
msgid "Expected ':'"

#: config/tc-ia64.c:7887
msgid "Expected ']'"

#: config/tc-ia64.c:7892
msgid "Tag name expected"

#: config/tc-ia64.c:7999
msgid "Rotating register index must be a non-negative constant"

#: config/tc-ia64.c:8016
msgid "Indirect register index must be a general register"

#: config/tc-ia64.c:8025
msgid "Index can only be applied to rotating or indirect registers"

#: config/tc-ia64.c:8064
msgid "Expected '('"

#: config/tc-ia64.c:8072
msgid "Missing ')'"

#: config/tc-ia64.c:8081
msgid "Not a symbolic expression"

#: config/tc-ia64.c:8086
msgid "Illegal combination of relocation functions"

#: config/tc-ia64.c:8100
msgid "Illegal combination of relocation functions"

#: config/tc-ia64.c:8189
msgid "No current frame"

#: config/tc-ia64.c:8191
msgid "Register number out of range 0..%u"

#: config/tc-ia64.c:8230
msgid "Standalone `#' is illegal"

#: config/tc-ia64.c:8233
msgid "Redundant `#' suffix operators"

#: config/tc-ia64.c:8453
msgid "  Using hint for spill/fill\n"

#: config/tc-ia64.c:9722 config/tc-ia64.c:9782
msgid "  Clearing mutex relation"

#: config/tc-ia64.c:9811
#, c-format
msgid "Clearing implied relation PR%d->PR%d\n"

#: config/tc-ia64.c:9855
#, c-format
msgid "  Registering PR%d implies PR%d\n"

#: config/tc-ia64.c:9902
msgid "  Registering mutex on"

#: config/tc-ia64.c:9928
msgid "  Clearing register values\n"

#: config/tc-ia64.c:10036
msgid "  Ignoring PRs due to inclusion of p0\n"

#: config/tc-ia64.c:10099 config/tc-ia64.c:10123
#, c-format
msgid "  Know gr%d = "

#: config/tc-ia64.c:10210
#, c-format
msgid "  %s on parallel compare allowed (PR%d)\n"

#: config/tc-ia64.c:10218
#, c-format
msgid "  %s on parallel compare conflict %s vs %s on PR%d\n"

#: config/tc-ia64.c:10258
#, c-format
msgid "  Insn group break%s"

#: config/tc-ia64.c:10261
#, c-format
msgid " effective for QP=%d"

#: config/tc-ia64.c:10291 config/tc-ia64.c:10386 config/tc-ia64.c:10716
config/tc-ia64.c:10741
msgid "Removing"

#: config/tc-ia64.c:10334
msgid "Adding"

#: config/tc-ia64.c:10367
msgid "  Instruction serialization\n"

#: config/tc-ia64.c:10378
msgid "  Data serialization\n"

#: config/tc-ia64.c:10404
msgid "Implementation-specific, assume worst case...\n"

#: config/tc-ia64.c:10408
msgid "Inserting instr serialization\n"

#: config/tc-ia64.c:10431
msgid "Inserting data serialization\n"

#: config/tc-ia64.c:10450
msgid "Inserting stop\n"

#: config/tc-ia64.c:10548
#, c-format
msgid " when entry is at label '%s'"

#: config/tc-ia64.c:10552
#, c-format
msgid ", specific resource number is %d"

#: config/tc-ia64.c:10555
#, c-format
msgid "Use of '%s' %s %s dependency '%s' (%s)%s%s"

#: config/tc-ia64.c:10557
msgid "violates"

#: config/tc-ia64.c:10557
msgid "may violate"

#: config/tc-ia64.c:10617
#, c-format
msgid "Registering '%s' resource usage\n"

#: config/tc-ia64.c:10760
#, c-format
msgid "Checking %s for violations (line %d, %d/%d)\n"

#: config/tc-cr16.c:2428 config/tc-cris.c:1529

[Bug gas/5172] New: Too cryptic messages to translate in gas-2.17.90.fi.po

2007-10-13 Thread karvjorm at users dot sourceforge dot net
When I checked with some translations, some messages are obviously considered as
constants (by translators) and are not translated. I think they should be
removed or rewritten:

#: config/tc-arc.c:1076 config/tc-ip2k.c:248
msgid "md_estimate_size_before_relax\n"
msgstr "md_estimate_size_before_relax\n"

#: config/tc-arc.c:1087
msgid "md_convert_frag\n"
msgstr "md_convert_frag\n"

#: config/tc-i860.c:1086
msgid "i860_estimate_size_before_relax\n"
msgstr "i860_estimate_size_before_relax\n"

#: config/tc-i860.h:76
msgid "i860_convert_frag\n"
msgstr "i860_convert_frag\n"

#: config/tc-ip2k.c:273
msgid "md_pcrel_from\n"
msgstr "md_pcrel_from\n"

#: config/tc-m68k.c:2147
msgid "ColdFire ISA_A"
msgstr "ColdFire ISA_A"

#: config/tc-m68k.c:2153
msgid "ColdFire ISA_A+"
msgstr "ColdFire ISA_A+"

#: config/tc-m68k.c:2156
msgid "ColdFire ISA_B"
msgstr "ColdFire ISA_B"

There are also some questionable msgids like "ColdFire fpu" or "M68K fpu". I
suppose that translators do no change them by any way.

br,

Jorma

-- 
   Summary: Too cryptic messages to translate in gas-2.17.90.fi.po
   Product: binutils
   Version: 2.17
        Status: NEW
  Severity: normal
  Priority: P2
 Component: gas
AssignedTo: unassigned at sources dot redhat dot com
ReportedBy: karvjorm at users dot sourceforge dot net
CC: bug-binutils at gnu dot org


http://sourceware.org/bugzilla/show_bug.cgi?id=5172

--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.


___
bug-binutils mailing list
bug-binutils@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-binutils


[Bug gas/5173] New: Multiple error messages with diffrent spelling in gas-2.17.90.pot

2007-10-13 Thread karvjorm at users dot sourceforge dot net
I suppose that these error messages below should be one common error message:

#: config/tc-alpha.c:5067 config/tc-h8300.c:2053 config/tc-hppa.c:1381
#: config/tc-i860.c:1057 config/tc-m68hc11.c:560 config/tc-m68k.c:4654
#: config/tc-ns32k.c:1943 config/tc-or32.c:580 config/tc-sparc.c:2998
#: config/tc-spu.c:748 config/tc-z8k.c:1332
msgid "Bad call to MD_ATOF()"

#: config/tc-arm.c:919 config/tc-score.c:4749
msgid "bad call to MD_ATOF()"

#: config/tc-avr.c:434 config/tc-cr16.c:670 config/tc-crx.c:491
#: config/tc-d10v.c:277 config/tc-d30v.c:311 config/tc-mips.c:10769
#: config/tc-mmix.c:2263 config/tc-mn10200.c:341 config/tc-msp430.c:871
#: config/tc-pj.c:342 config/tc-ppc.c:5206 config/tc-sh.c:3076
#: config/tc-v850.c:1198
#, fuzzy
msgid "bad call to md_atof"

#: config/tc-bfin.c:728 config/tc-fr30.c:357 config/tc-frv.c:1599
#: config/tc-i960.c:1754 config/tc-ip2k.c:370 config/tc-m32c.c:1236
#: config/tc-m32r.c:2142 config/tc-mep.c:1713 config/tc-openrisc.c:375
#: config/tc-xc16x.c:258 config/tc-xstormy16.c:631
msgid "Bad call to md_atof()"

#: config/tc-i386.c:5757
msgid "Bad call to md_atof ()"

br,

Jorma

-- 
   Summary: Multiple error messages with diffrent spelling in gas-
2.17.90.pot
   Product: binutils
   Version: 2.17
Status: NEW
  Severity: normal
  Priority: P2
 Component: gas
AssignedTo: unassigned at sources dot redhat dot com
        ReportedBy: karvjorm at users dot sourceforge dot net
CC: bug-binutils at gnu dot org


http://sourceware.org/bugzilla/show_bug.cgi?id=5173

--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.


___
bug-binutils mailing list
bug-binutils@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-binutils


[Bug gas/5172] Too cryptic messages to translate in gas-2.17.90.fi.po

2007-10-13 Thread karvjorm at users dot sourceforge dot net

--- Additional Comments From karvjorm at users dot sourceforge dot net  
2007-10-13 08:39 ---
Oops, ignore file name gas-2.17.90.fi.po on the summary line. It is not issued
yet ;-) It should be gas-2.17.90.pot

br,

Jorma

-- 


http://sourceware.org/bugzilla/show_bug.cgi?id=5172

--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.


___
bug-binutils mailing list
bug-binutils@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-binutils


[Bug gas/5174] New: Spelling fix for extension in gas-2.17.90.pot

2007-10-14 Thread karvjorm at users dot sourceforge dot net
Hi,

There should be "extension", not "extnsion", here below.
#: config/tc-arm.c:20259
#, c-format
msgid "unknown architectural extnsion `%s'"

br,

Jorma

-- 
   Summary: Spelling fix for extension in gas-2.17.90.pot
   Product: binutils
   Version: 2.17
Status: NEW
  Severity: normal
  Priority: P2
 Component: gas
AssignedTo: unassigned at sources dot redhat dot com
        ReportedBy: karvjorm at users dot sourceforge dot net
CC: bug-binutils at gnu dot org


http://sourceware.org/bugzilla/show_bug.cgi?id=5174

--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.


___
bug-binutils mailing list
bug-binutils@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-binutils


[Bug gas/5172] Too cryptic messages to translate in gas-2.17.90.fi.po

2007-10-14 Thread karvjorm at users dot sourceforge dot net

--- Additional Comments From karvjorm at users dot sourceforge dot net  
2007-10-14 20:19 ---
(In reply to comment #0)
> There are also some questionable msgids like "ColdFire fpu" or "M68K fpu". I
> suppose that translators do no change them by any way.

Pls, ignore what I said about questionable. Maybe some translator can translate
them (fpu means here "floating point unit", does it? Sometimes it could be
better to explain abbreviations in comments, because translators have to guess
what they mean).

Br,

Jorma


-- 


http://sourceware.org/bugzilla/show_bug.cgi?id=5172

--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.


___
bug-binutils mailing list
bug-binutils@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-binutils


[Bug gas/5175] New: Missing space in message in gas-2.17.90.pot

2007-10-14 Thread karvjorm at users dot sourceforge dot net
Here below should be "call to md_estimate_size_before_relax \n"

#: config/tc-xc16x.c:293
#, c-format
msgid "call tomd_estimate_size_before_relax \n"

Actually, "call to procedure 'md_estimate_size_before_relax \n" would be more
better message, I think.

br,

Jorma

-- 
   Summary: Missing space in message in gas-2.17.90.pot
   Product: binutils
   Version: 2.17
Status: NEW
  Severity: normal
  Priority: P2
 Component: gas
AssignedTo: unassigned at sources dot redhat dot com
        ReportedBy: karvjorm at users dot sourceforge dot net
CC: bug-binutils at gnu dot org


http://sourceware.org/bugzilla/show_bug.cgi?id=5175

--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.


___
bug-binutils mailing list
bug-binutils@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-binutils


[Bug gas/5269] New: Cryptic Note-messages to translate in gas-2.17.90.fi.po

2007-11-05 Thread karvjorm at users dot sourceforge dot net
Hi,

Here below are msgids that are a bit difficult to internationalize. The first
problem here is "gprs". It is actually GPRs or "General-Purpose RegisterS",
isn't it?

The next problem here is "Note". When I checked with my favorite online
dictionary, it provides 22 different meaning for "Note". Usually context shows
what is the meaning of a single word, if there are alternatives, but with these
short msgids you can't even be sure, if "note" is noun or verb. Actually, when I
checked with the present translations, it looks that our French and Spannish
translators have supposed that in this context word "note" is verb, something
like "Note that...".

Meaning number 16 of my online dictionary is "flag, switch", meaning number 19
is "tag, entry, item". With my desktop dictionary there is also "note of
exclamation" as an example. That would mean about the same as "character".

The following problem is number 32. PowerPC processors include 32
General-Purpose Registers, but why to tell it? And are there any processors that
have 64 General-Purpose Registers? But I noticed that the GPRs are either 32 or
64 bits wide. So, there are only 32 GPRs, but they can be either 32 bit or 64
bit wide? 

PLS, can you rewrite these msgids so that translators know how to translate 
them.

Br,

Jorma K.

#: config/tc-frv.c:462
#, c-format
msgid "-mgpr-32 Note 32 gprs are used\n"
msgstr ""

#: config/tc-frv.c:463
#, c-format
msgid "-mgpr-64 Note 64 gprs are used\n"
msgstr ""

#: config/tc-frv.c:464
#, c-format
msgid "-mfpr-32 Note 32 fprs are used\n"
msgstr ""

#: config/tc-frv.c:465
#, c-format
msgid "-mfpr-64 Note 64 fprs are used\n"
msgstr ""

#: config/tc-frv.c:466
#, c-format
msgid "-msoft-float Note software fp is used\n"
msgstr ""

#: config/tc-frv.c:467
#, c-format
msgid "-mdword  Note stack is aligned to a 8 byte boundary\n"
msgstr ""

#: config/tc-frv.c:468
#, c-format
#, fuzzy
msgid "-mno-dword   Note stack is aligned to a 4 byte boundary\n"
msgstr ""

#: config/tc-frv.c:469
#, c-format
#, fuzzy
msgid "-mdouble Note fp double insns are used\n"
msgstr ""

#: config/tc-frv.c:470
#, c-format
msgid "-mmedia  Note media insns are used\n"
msgstr ""

#: config/tc-frv.c:471
#, c-format
msgid "-mmuladd Note multiply add/subtract insns are used\n"
msgstr ""

#: config/tc-frv.c:472
#, c-format
msgid "-mpack   Note instructions are packed\n"
msgstr ""

-- 
           Summary: Cryptic Note-messages to translate in gas-2.17.90.fi.po
   Product: binutils
   Version: 2.17
Status: NEW
  Severity: normal
  Priority: P2
 Component: gas
AssignedTo: unassigned at sources dot redhat dot com
ReportedBy: karvjorm at users dot sourceforge dot net
CC: bug-binutils at gnu dot org


http://sourceware.org/bugzilla/show_bug.cgi?id=5269

--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.


___
bug-binutils mailing list
bug-binutils@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-binutils


[Bug gas/5269] Cryptic Note-messages to translate in gas-2.17.90.fi.po

2007-11-08 Thread karvjorm at users dot sourceforge dot net

--- Additional Comments From karvjorm at users dot sourceforge dot net  
2007-11-08 18:39 ---
Comments from nick:
>This is a bit wordy for a usage message, so maybe we can agree on something 
>shorter.  How about:
>
>   Mark generated file as only using 32 GPRs.
>
>Would this be easier to translate ?

Yes, it's now much better. My best guess was something like "Take into account
that 32 GPRs are used". And I was wondering why...

>Err, we are talking about the FRV processor here, not the PowerPC.

OK, when using Google to find some information about GPRS, PowerPCs were the
first match.

>Some hardware implementations of the FRV core have 64 general purpose 
>registers, others only have 32.  Hence the purpose of the flag bit is to let 
>the program loaders on FRVs which only have 32 GPRs detect binaries which are 
>unable to be run.

OK,

br and thanks,

Jorma

-- 


http://sourceware.org/bugzilla/show_bug.cgi?id=5269

--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.


___
bug-binutils mailing list
bug-binutils@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-binutils