This is the mail archive of the binutils@sourceware.org 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]

Re: [RFA] pdp11: allow references to abs addresses with pc-relative addressing mode


> 
>> 2010-12-31  Paul Koning<ni1d@arrl.net>
>> 
>> 	* config/tc-pdp11.c (parse_op_no_deferred): Allow PC-relative
>> 	references to absolute addresses.
> 

I missed the change of pdp11.exp when I checked this in.  Fixed with a followup checkin to gas/testsuite:

	paul

ChangeLog:

2011-01-06  Paul Koning  <ni1d@arrl.net>

	* gas/pdp11/pdp11.exp: Add run of absreloc.

Index: gas/pdp11/pdp11.exp
===================================================================
RCS file: /cvs/src/src/gas/testsuite/gas/pdp11/pdp11.exp,v
retrieving revision 1.2
diff -u -r1.2 pdp11.exp
--- gas/pdp11/pdp11.exp	5 Jun 2007 17:00:32 -0000	1.2
+++ gas/pdp11/pdp11.exp	7 Jan 2011 01:50:12 -0000
@@ -5,5 +5,6 @@
 if [expr [istarget "pdp11-*-*"]]  then {
 
     run_dump_test "opcode"
+    run_dump_test "absreloc"
 
 }


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]