aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1997-10-22 20:13:54 +0000
committerIan Lance Taylor <ian@airs.com>1997-10-22 20:13:54 +0000
commit82b4217bfda40cfe13fd4fae66b3e381f056d39b (patch)
treef158b538103667d7e0106e34759cc696326b7486
parent18ed85fd7af21382d60c3fbb8d8733b16adaa42e (diff)
downloadgdb-82b4217bfda40cfe13fd4fae66b3e381f056d39b.zip
gdb-82b4217bfda40cfe13fd4fae66b3e381f056d39b.tar.gz
gdb-82b4217bfda40cfe13fd4fae66b3e381f056d39b.tar.bz2
* config/tc-sh.c (sh_small): New variable.
(OPTION_SMALL): Define. (md_longopts): Add "small". (md_parse_option): Handle OPTION_SMALL. (md_show_usage): Mention -small. * config/tc-sh.h (sh_small): Declare. (SUB_SEGMENT_ALIGN): Handle sh_small. * config/obj-coff.h (TARGET_FORMAT): Check sh_small in TC_SH case. PR 13580.
-rw-r--r--gas/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog
index 4035b38..20822a9 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -1,5 +1,15 @@
Wed Oct 22 12:51:18 1997 Ian Lance Taylor <ian@cygnus.com>
+ * config/tc-sh.c (sh_small): New variable.
+ (OPTION_SMALL): Define.
+ (md_longopts): Add "small".
+ (md_parse_option): Handle OPTION_SMALL.
+ (md_show_usage): Mention -small.
+ * config/tc-sh.h (sh_small): Declare.
+ (SUB_SEGMENT_ALIGN): Handle sh_small.
+ * config/obj-coff.h (TARGET_FORMAT): Check sh_small in TC_SH
+ case.
+
* config/tc-mips.c (macro): Correct handling of constant in M_LI_D
case in little endian mode.