openbsd-ports/devel/binutils/stable/patches/patch-binutils_bucomm_h
brad 0d3d4c7a82 upgrade to binutils 2.13.2.1
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
2003-06-05 04:03:55 +00:00

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 *));