[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug binutils/10437] New: Won't build with PDP-11 target and probably ot
From: |
merlin_skinner at hotmail dot com |
Subject: |
[Bug binutils/10437] New: Won't build with PDP-11 target and probably others |
Date: |
23 Jul 2009 16:42:30 -0000 |
Building 2.19.1 with --target=pdp11-dec-bsd results in a compiler error. To
fix, change tc-pdp11.c line 987.
WAS: as_bad (err);
TO: as_bad ("%s",err);
This is because as_bad() requires a "const char *format" as the first parameter.
Presumably this was changed at some point for a good reason.
Searching for "as_bad (err" indicates that lots of other targets (e.g. PPC)
probably have the same problem.
--
Summary: Won't build with PDP-11 target and probably others
Product: binutils
Version: 2.19
Status: NEW
Severity: normal
Priority: P2
Component: binutils
AssignedTo: unassigned at sources dot redhat dot com
ReportedBy: merlin_skinner at hotmail dot com
CC: bug-binutils at gnu dot org
GCC host triplet: 2.6.28-13-generic x86_64 GNU/Linux
GCC target triplet: pdp11-dec-bsd
http://sourceware.org/bugzilla/show_bug.cgi?id=10437
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
- [Bug binutils/10437] New: Won't build with PDP-11 target and probably others,
merlin_skinner at hotmail dot com <=