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/Makefile.am | |
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/Makefile.am')
-rw-r--r-- | gas/Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gas/Makefile.am b/gas/Makefile.am index a723fa9..c29641d 100644 --- a/gas/Makefile.am +++ b/gas/Makefile.am @@ -609,7 +609,6 @@ e-criself.o: $(srcdir)/config/e-criself.c xtensa-relax.o: $(srcdir)/config/xtensa-relax.c $(COMPILE) -c $(srcdir)/config/xtensa-relax.c - # The m68k operand parser. |