From 96b961024c796c5a609fd4d6a772b060eb3b6197 Mon Sep 17 00:00:00 2001 From: DJ Delorie Date: Wed, 22 Jan 2014 16:41:13 -0500 Subject: Add .refsym to msp430 backend * config/tc-msp430.c (msp430_refsym): New: ".refsym " * doc/c-msp430.texi (MSP430 Directives): Document it. The purpose of this patch is to provide a way for one object file to require the inclusion of another object, without having to allocate space for a .word address reference. --- gas/ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'gas/ChangeLog') diff --git a/gas/ChangeLog b/gas/ChangeLog index 6a64141..79ab63a 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,8 @@ +2014-01-22 DJ Delorie + + * config/tc-msp430.c (msp430_refsym): New: ".refsym " + * doc/c-msp430.texi (MSP430 Directives): Document it. + 2014-01-22 Michael Zolotukhin * config/tc-i386.c (check_VecOperands): Remove regzmm from AVX2 -- cgit v1.1