This is the mail archive of the binutils@sources.redhat.com mailing list for the binutils project.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
| Other format: | [Raw text] | |
Targets, such as Windows, that don't have getopt() will probably have get the following error when compiling binutils.
/aaronwl/cs/compilers/binutils/src/cvs/src/binutils/../include/getopt.h:116: warning: function declaration isn't a prototype
Is the situation described in this comment still true? Would it be possible to turn this whitelist into a blacklist?
Cheers Nick
Index: binutils/addr2line.c
===================================================================
RCS file: /cvs/src/src/binutils/addr2line.c,v
retrieving revision 1.21
diff -c -3 -p -r1.21 addr2line.c
*** binutils/addr2line.c 15 Jun 2004 01:19:13 -0000 1.21
--- binutils/addr2line.c 29 Mar 2005 15:33:56 -0000
***************
*** 29,34 ****
--- 29,35 ----
both forms write results to stdout, the second form reads addresses
to be converted from stdin. */
+ #include "config.h"
#include <string.h>
#include "bfd.h"
Attachment:
binutils.config.patch.supplimental.bz2
Description: BZip2 compressed data
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |