diff options
author | Jeff Law <law@redhat.com> | 1996-02-28 22:39:09 +0000 |
---|---|---|
committer | Jeff Law <law@redhat.com> | 1996-02-28 22:39:09 +0000 |
commit | 75c90d612ec0cf147c99d99f2e916faae85f010c (patch) | |
tree | fd527b51120e684d19b4d0f5f54cbab074c75499 /gas | |
parent | a4f39c0651b52bdc737ac851b20171a8aae9edc8 (diff) | |
download | gdb-75c90d612ec0cf147c99d99f2e916faae85f010c.zip gdb-75c90d612ec0cf147c99d99f2e916faae85f010c.tar.gz gdb-75c90d612ec0cf147c99d99f2e916faae85f010c.tar.bz2 |
* write.c (fix_new_exp): Don't use #elif. Some compilers
don't handle it.
Fixes build problem with certain versions of the hpux compiler.
Diffstat (limited to 'gas')
-rw-r--r-- | gas/ChangeLog | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 949c91d..2ce062e 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,4 +1,7 @@ -Wed Feb 28 11:30:55 1996 Jeffrey A Law (law@cygnus.com) +Wed Feb 28 15:38:56 1996 Jeffrey A Law (law@cygnus.com) + + * write.c (fix_new_exp): Don't use #elif. Some compilers + don't handle it. * config/tc-hppa.c (selector_table): Add "n", "nl", and "nlr" to the selector table. |