[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug binutils/9695] BFD internal error while using oprofile on Gentoo wi
From: |
schwab at suse dot de |
Subject: |
[Bug binutils/9695] BFD internal error while using oprofile on Gentoo with binutils 2.19 |
Date: |
2 Jan 2009 17:21:55 -0000 |
------- Additional Comments From schwab at suse dot de 2009-01-02 17:21 -------
pdp11.c defines
#define N_BADMAG(x) (((x).a_info != OMAGIC) \
&& ((x).a_info != NMAGIC) \
&& ((x).a_info != A_MAGIC3) \
&& ((x).a_info != A_MAGIC4) \
&& ((x).a_info != A_MAGIC5) \
&& ((x).a_info != A_MAGIC6))
but some_aout_object_p doesn't actually handle A_MAGIC[3-6].
--
http://sourceware.org/bugzilla/show_bug.cgi?id=9695
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.