mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-20 09:58:19 +08:00
* netbsd-core.c (netbsd_core_vec): Init match_priority field.
This commit is contained in:
@ -1,3 +1,7 @@
|
|||||||
|
2011-08-05 Mark Kettenis <kettenis@gnu.org>
|
||||||
|
|
||||||
|
* netbsd-core.c (netbsd_core_vec): Init match_priority field.
|
||||||
|
|
||||||
2011-08-05 Alan Modra <amodra@gmail.com>
|
2011-08-05 Alan Modra <amodra@gmail.com>
|
||||||
|
|
||||||
* elf64-ppc.c (maybe_strip_output): New function.
|
* elf64-ppc.c (maybe_strip_output): New function.
|
||||||
|
@ -281,6 +281,7 @@ const bfd_target netbsd_core_vec =
|
|||||||
0, /* Symbol prefix. */
|
0, /* Symbol prefix. */
|
||||||
' ', /* ar_pad_char. */
|
' ', /* ar_pad_char. */
|
||||||
16, /* ar_max_namelen. */
|
16, /* ar_max_namelen. */
|
||||||
|
0, /* Match priority. */
|
||||||
NO_GET64, NO_GETS64, NO_PUT64, /* 64 bit data. */
|
NO_GET64, NO_GETS64, NO_PUT64, /* 64 bit data. */
|
||||||
NO_GET, NO_GETS, NO_PUT, /* 32 bit data. */
|
NO_GET, NO_GETS, NO_PUT, /* 32 bit data. */
|
||||||
NO_GET, NO_GETS, NO_PUT, /* 16 bit data. */
|
NO_GET, NO_GETS, NO_PUT, /* 16 bit data. */
|
||||||
|
Reference in New Issue
Block a user