aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1994-10-07 16:20:21 +0000
committerIan Lance Taylor <ian@airs.com>1994-10-07 16:20:21 +0000
commitb83ed0195247c47e3474449297653a4144c3e55d (patch)
treeef142ea7061f84fa050143d2a1d4941a0c83ca7e /gdb/ChangeLog
parentc9228cfe645063f83bbff04d2839d8e38030edc2 (diff)
downloadgdb-b83ed0195247c47e3474449297653a4144c3e55d.zip
gdb-b83ed0195247c47e3474449297653a4144c3e55d.tar.gz
gdb-b83ed0195247c47e3474449297653a4144c3e55d.tar.bz2
* top.c (target_byte_order_auto): New static variable.
(set_endian): Mention that ``auto'' is permitted. (set_endian_auto): New static function. (show_endian): Change message based on target_byte_order_auto. (set_endian_from_file): New function. (init_main): Add command ``auto'' to endianlist. * exec.c (exec_file_command): Call set_endian_from_file. * defs.h (set_endian_from_file): Declare.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 93d00be..1f9c61d 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,14 @@
+Fri Oct 7 12:17:17 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
+
+ * top.c (target_byte_order_auto): New static variable.
+ (set_endian): Mention that ``auto'' is permitted.
+ (set_endian_auto): New static function.
+ (show_endian): Change message based on target_byte_order_auto.
+ (set_endian_from_file): New function.
+ (init_main): Add command ``auto'' to endianlist.
+ * exec.c (exec_file_command): Call set_endian_from_file.
+ * defs.h (set_endian_from_file): Declare.
+
Thu Oct 6 18:10:41 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
* nlm/i386.c (flush_i_cache): New function, does nothing.