Add .refsym to msp430 backend
authorDJ Delorie <dj@redhat.com>
Wed, 22 Jan 2014 21:41:13 +0000 (16:41 -0500)
committerDJ Delorie <dj@redhat.com>
Wed, 22 Jan 2014 21:41:13 +0000 (16:41 -0500)
commit96b961024c796c5a609fd4d6a772b060eb3b6197
tree30d3aac9493b2671f13696cb3316952f9c56f3b9
parent7c84a0ca904a7a80262506f70ccbe09f99a68535
Add .refsym to msp430 backend

* config/tc-msp430.c (msp430_refsym): New: ".refsym <symbol>"
* 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
gas/config/tc-msp430.c
gas/doc/c-msp430.texi
This page took 0.027088 seconds and 4 git commands to generate.