Remove static NULL initializers, moving the respective variables from
data to BSS and saving some storage space.
ld/
* ldmisc.c (vfinfo) <'H'>: Remove static NULL initializers.
+2017-02-15 Maciej W. Rozycki <macro@imgtec.com>
+
+ * ldmisc.c (vfinfo) <'H'>: Remove static NULL initializers.
+
2017-02-15 Igor Kudrin <ikudrin@accesssoftek.com>
* testsuite/ld-scripts/sysroot-prefix.exp
The arguments are a BFD, a section, and an offset. */
{
static bfd *last_bfd;
- static char *last_file = NULL;
- static char *last_function = NULL;
+ static char *last_file;
+ static char *last_function;
bfd *abfd;
asection *section;
bfd_vma offset;