aboutsummaryrefslogtreecommitdiff
path: root/gas
diff options
context:
space:
mode:
authorKen Raeburn <raeburn@cygnus>1993-12-01 23:00:57 +0000
committerKen Raeburn <raeburn@cygnus>1993-12-01 23:00:57 +0000
commit9a048e4868d28b53c9ed0c27e6f59972cda083ab (patch)
tree3da11f7b76c16a4d4294fa6d93b114859b3ed68b /gas
parent2713382f202f65e247df31792ccf4d0a64446335 (diff)
downloadgdb-9a048e4868d28b53c9ed0c27e6f59972cda083ab.zip
gdb-9a048e4868d28b53c9ed0c27e6f59972cda083ab.tar.gz
gdb-9a048e4868d28b53c9ed0c27e6f59972cda083ab.tar.bz2
changes so far
Diffstat (limited to 'gas')
-rw-r--r--gas/ChangeLog21
1 files changed, 21 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog
index ee8e4c7..e1686ba 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -1,3 +1,24 @@
+Wed Dec 1 11:35:21 1993 Ken Raeburn (raeburn@cujo.cygnus.com)
+
+ * config/ho-go32.h: Include fopen-bin.h.
+ * as.h: If FOPEN_WB isn't defined, include fopen-same.h.
+ * output-file.c (output_file_create): Use FOPEN_WB instead of "w".
+ * input-file.c (input_file_open): Use FOPEN_RT instead of "r".
+ * listing.c (file_info): Use FOPEN_RB instead of "rb".
+ * read.c (s_include): Use FOPEN_RT instead of "r".
+
+ * stabs.c: Include obstack.h.
+
+ * tc.h (md_create_long_jump): Don't declare if it's already
+ defined as a macro.
+ (md_create_short_jump, md_estimate_size_before_relax): Ditto.
+
+ * messages.c (as_perror) [BFD_ASSEMBLER]: Use bfd_errmsg instead
+ of strerror. Clear bfd_error.
+
+ * config/te-lynx.h (LOCAL_LABELS_FB): Define, if not already
+ defined.
+
Wed Dec 1 10:41:56 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
* config/tc-hppa.c (hppa_elf_mark_end_of_function): New function.