mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-11-23 12:09:49 +00:00
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
@ -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 New Issue
Block a user