2009-02-09 Kai Tietz <kai.tietz@onevision.com>
* windres.c (set_endianess): Copy name without leading '-'.
This commit is contained in:
parent
662ef24b70
commit
48b2f7b2de
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
2009-02-09 Kai Tietz <kai.tietz@onevision.com>
|
||||
|
||||
* windres.c (set_endianess): Copy name without leading '-'.
|
||||
|
||||
2009-02-09 Tristan Gingold <gingold@adacore.com>
|
||||
|
||||
* NEWS: Mention feature match between objdump and readelf for dumping
|
||||
|
|
|
@ -1102,7 +1102,7 @@ set_endianess (bfd *abfd, const char *target)
|
|||
|
||||
if (hyp != NULL)
|
||||
{
|
||||
tname = hyp + 1;
|
||||
tname = ++hyp;
|
||||
|
||||
/* Make sure we dectect architecture names
|
||||
for triplets like "pe-arm-wince-little". */
|
||||
|
|
Loading…
Reference in a new issue