stop defining linkrelax in multiple places
authorTrevor Saunders <tbsaunde+binutils@tbsaunde.org>
Sat, 14 May 2016 04:34:05 +0000 (00:34 -0400)
committerTrevor Saunders <tbsaunde+binutils@tbsaunde.org>
Mon, 16 May 2016 09:01:52 +0000 (05:01 -0400)
commit9117cd3e10673e8f80fc0c64f1a32215d9638fc2
tree0e8978a8f21e4bfb8efb73d4e0c55accc0ee9bc5
parente18382406ce321517210e0fdb6a8a0d417078fef
stop defining linkrelax in multiple places

Defining linkrelax to have different values in as.c and tc-msp430.c /
tc-mn10300.c is at least rather tricky, and seems fragile, when we can just set
it in md_begin instead.

gas/ChangeLog:

2016-05-16  Trevor Saunders  <tbsaunde+binutils@tbsaunde.org>

* config/tc-mn10300.c (md_begin): set linkrelax here instead of
defining it.
* config/tc-msp430.c (md_begin): Likewise.
gas/ChangeLog
gas/config/tc-mn10300.c
gas/config/tc-msp430.c