diff options
author | Ken Raeburn <raeburn@cygnus> | 1994-08-28 22:15:33 +0000 |
---|---|---|
committer | Ken Raeburn <raeburn@cygnus> | 1994-08-28 22:15:33 +0000 |
commit | e9296bdb6f16147e2c65b35381a7751defc37b3c (patch) | |
tree | 9a07193d0db17c5fd78b1059cafb0c85b99d24a9 /gas/ChangeLog | |
parent | c72aa0e23de22618f2fa5e16cc7cded0d90c74b9 (diff) | |
download | gdb-e9296bdb6f16147e2c65b35381a7751defc37b3c.zip gdb-e9296bdb6f16147e2c65b35381a7751defc37b3c.tar.gz gdb-e9296bdb6f16147e2c65b35381a7751defc37b3c.tar.bz2 |
* as.h (flag_*): Added comments describing meanings of some of these variables.
(struct frag): Add some comments about the ns32k-specific fields and why
they're here.
(SIZEOF_STRUCT_FRAG): Cast addresses to char*, not int.
(flag_print_statistics): Declare.
* as.c (parse_args): Set flag_print_statistics instead of statistics_flag.
Options array is now const. Added new option "dump-config"; if specified,
print TARGET_ALIAS, TARGET_CANONICAL, TARGET_CPU, TARGET_OBJ_FORMAT, and
TARGET_FORMAT, if defined.
(main): Change test to check flag_print_statistics.
(statistics_flag): Deleted.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index c8f749a..45a4385 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,5 +1,19 @@ Sun Aug 28 13:22:52 1994 Ken Raeburn (raeburn@rtl.cygnus.com) + * as.h (flag_*): Added comments describing meanings of some of + these variables. + (struct frag): Add some comments about the ns32k-specific fields + and why they're here. + (SIZEOF_STRUCT_FRAG): Cast addresses to char*, not int. + (flag_print_statistics): Declare. + + * as.c (parse_args): Set flag_print_statistics instead of + statistics_flag. Options array is now const. Added new option + "dump-config"; if specified, print TARGET_ALIAS, TARGET_CANONICAL, + TARGET_CPU, TARGET_OBJ_FORMAT, and TARGET_FORMAT, if defined. + (main): Change test to check flag_print_statistics. + (statistics_flag): Deleted. + * frags.c (frag_variant): Removed PCREL_ADJUST and BSR arguments. Always initialize them to zero. * frags.h (frag_variant): Fixed prototype. |