aboutsummaryrefslogtreecommitdiff
path: root/gas/ChangeLog
diff options
context:
space:
mode:
authorJeff Law <law@redhat.com>1994-03-02 20:02:17 +0000
committerJeff Law <law@redhat.com>1994-03-02 20:02:17 +0000
commitfb338f1d79bf2e003a78c8bc6003c409512ca1ed (patch)
treedff3cc4d28401a48fb424691258aee27ff0da804 /gas/ChangeLog
parent44fd66228a251a2f66fab7a7412b248d2b6b929a (diff)
downloadgdb-fb338f1d79bf2e003a78c8bc6003c409512ca1ed.zip
gdb-fb338f1d79bf2e003a78c8bc6003c409512ca1ed.tar.gz
gdb-fb338f1d79bf2e003a78c8bc6003c409512ca1ed.tar.bz2
* config/tc-hppa.c: Add a few casts to make HP C compiler happy.
* config/obj-som.c (obj_som_version, obj_som_copyright): Be prepared to handle an error from bfd_som_attach_aux_hdr.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r--gas/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog
index 6c7c541..6c65c40 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -1,5 +1,11 @@
Wed Mar 2 10:31:01 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
+ * config/tc-hppa.c: Add a few casts to make HP C compiler happy.
+
+ * config/obj-som.c (obj_som_version, obj_som_copyright): Be
+ prepared
+ to handle an error from bfd_som_attach_aux_hdr.
+
* config/tc-hppa.h: Wrap ELF specific decls inside an ifdef.
Mon Feb 28 15:03:26 1994 Ken Raeburn (raeburn@cujo.cygnus.com)