+2004-01-09 Alan Modra <amodra@bigpond.net.au>
+
+ * emultempl/ppc64elf.em (ppc_before_allocation): Clear cached
+ program_header_size.
+
2004-01-06 Alexandre Oliva <aoliva@redhat.com>
2003-11-28 Alexandre Oliva <aoliva@redhat.com>
#include "ldctor.h"
#include "libbfd.h"
+#include "elf-bfd.h"
#include "elf64-ppc.h"
/* Fake input file for stubs. */
return;
}
+ /* We must not cache anything from the preliminary sizing. */
+ elf_tdata (output_bfd)->program_header_size = 0;
lang_reset_memory_regions ();
}
}