This is the mail archive of the
binutils@sourceware.org
mailing list for the binutils project.
Re: Commit: Add RX port
- From: Peter Bergner <bergner at vnet dot ibm dot com>
- To: Nick Clifton <nickc at redhat dot com>, DJ Delorie <dj at redhat dot com>
- Cc: "binutils at sourceware dot org" <binutils at sourceware dot org>
- Date: Fri, 02 Oct 2009 08:54:18 -0500
- Subject: Re: Commit: Add RX port
Nick and DJ,
After your checkin of the RX port here:
http://sourceware.org/ml/binutils/2009-09/msg00696.html
whenever I do a regtest build using:
-target=powerpc-linux --host=powerpc-linux --build=powerpc-linux --enable-targets=all
I notice that ${SRC}/opcodes/rx-decode.c gets updated even though I
haven't touched anything to do with RX...or anything for that matter.
All of the changes look like new #line numbers in the file, like so:
-#line 2 "/work/sources/binutils/current/opcodes/rx-decode.opc"
+#line 2 "/home/bergner/binutils/binutils-476-cvs/opcodes/rx-decode.opc"
Is this really to be expected now? I see this on the 2.20 branch too.
Peter