diff options
author | Nick Clifton <nickc@redhat.com> | 2004-11-19 09:31:55 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2004-11-19 09:31:55 +0000 |
commit | 3ec5763260bc86f8b87d3ad985336665120edf0b (patch) | |
tree | a439afd60ee9c63fd5442c7e84865527da2914eb /ld/ChangeLog | |
parent | 288f74fae975740b6219cf135110bc3e2f4bb05a (diff) | |
download | gdb-3ec5763260bc86f8b87d3ad985336665120edf0b.zip gdb-3ec5763260bc86f8b87d3ad985336665120edf0b.tar.gz gdb-3ec5763260bc86f8b87d3ad985336665120edf0b.tar.bz2 |
Add ORIGIN and LENGTH linker script operators.
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r-- | ld/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index 68292f5..85ed0cf 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,12 @@ +2004-11-19 Jon Beniston <jon@beniston.com> + + * ld/ldlex.l: Allow ORIGIN and LENGTH in EXPRESSION. + * ld/ldgram.y: Add ORIGIN and LENGTH expressions. + * ld/ldexp.c (fold_name): Implement LENGTH() and ORIGIN() functions + which return the length and origin of a memory. + * ld/ld.texinfo: Document LENGTH() and ORIGIN() functions. + * NEWS: Mention support for ORIGIN and LENGTH operators. + 2004-11-17 Daniel Jacobowitz <dan@codesourcery.com> * emultempl/armelf.em (arm_elf_set_bfd_for_interworking): Don't use |