diff options
author | DJ Delorie <dj@redhat.com> | 2014-01-22 16:41:13 -0500 |
---|---|---|
committer | DJ Delorie <dj@redhat.com> | 2014-01-22 16:41:13 -0500 |
commit | 96b961024c796c5a609fd4d6a772b060eb3b6197 (patch) | |
tree | 30d3aac9493b2671f13696cb3316952f9c56f3b9 /gas/ChangeLog | |
parent | 7c84a0ca904a7a80262506f70ccbe09f99a68535 (diff) | |
download | gdb-96b961024c796c5a609fd4d6a772b060eb3b6197.zip gdb-96b961024c796c5a609fd4d6a772b060eb3b6197.tar.gz gdb-96b961024c796c5a609fd4d6a772b060eb3b6197.tar.bz2 |
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.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
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 <dj@redhat.com> + + * config/tc-msp430.c (msp430_refsym): New: ".refsym <symbol>" + * doc/c-msp430.texi (MSP430 Directives): Document it. + 2014-01-22 Michael Zolotukhin <michael.v.zolotukhin@gmail.com> * config/tc-i386.c (check_VecOperands): Remove regzmm from AVX2 |