diff options
author | Nick Clifton <nickc@redhat.com> | 2003-06-24 11:10:47 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2003-06-24 11:10:47 +0000 |
commit | 685736be243a01effb89a6d3e81a3bc6b55fafa2 (patch) | |
tree | 4ca8154d36e997d7be84351d5ebd63a365eab792 /gas/ChangeLog | |
parent | e98d298cda0b56de2678425854788bb88e7091c8 (diff) | |
download | gdb-685736be243a01effb89a6d3e81a3bc6b55fafa2.zip gdb-685736be243a01effb89a6d3e81a3bc6b55fafa2.tar.gz gdb-685736be243a01effb89a6d3e81a3bc6b55fafa2.tar.bz2 |
Update .comm error messages to assume an unsigned value.
Update relaxing code to work in 64-bit address spaces.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index ce9a6ab..0769843 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,15 @@ +2003-06-24 Nick Clifton <nickc@redhat.com> + + * read.c (s_comm): Change error message to assume an unsigned size + has been passed to .comm. + * config/tc-sparc.c (s_common): Likewise. + * write.c (write_contents): Replace 'unsigned long' with + 'addressT' and 'long' with offsetT in order to allow computations + with very large values to work for 64-bit addressed targets. + (relax_and_size_all_segments): Likewise. + (relax_frag): Likewise. + (relax_segment): Likewise. + 2003-06-23 Mark Mitchell <mark@codesourcery.com> * config/tc-ppc.c (ppc_cleanup): Use bytes to count APUinfo slots. |