0d3d4c7a82
This is work in progress. It is being commited as a starting point so other people can look at it/fix issues/and maybe Art can add Hammer support? :) It has been lightly tested on macppc/sparc64/i386 and compile tested by mickey@ on hppa. DO NOT try to build ld.so on sparc/sparc64/macppc and install the resulting binary unless you like having a hosed system. A known "misfeature" in ld.so that is being worked on. -- MAINTAINER ok
12 lines
386 B
Plaintext
12 lines
386 B
Plaintext
--- binutils/bucomm.h.orig Sun Jul 29 01:31:43 2001
|
|
+++ binutils/bucomm.h Sun Mar 16 17:19:58 2003
|
|
@@ -168,7 +168,7 @@ void list_supported_architectures PARAMS
|
|
|
|
void print_arelt_descr PARAMS ((FILE *file, bfd *abfd, boolean verbose));
|
|
|
|
-char *make_tempname PARAMS ((char *));
|
|
+char *make_tempname PARAMS ((char *, int));
|
|
|
|
bfd_vma parse_vma PARAMS ((const char *, const char *));
|
|
|