diff options
author | Richard Henderson <rth@redhat.com> | 1997-10-24 18:20:36 +0000 |
---|---|---|
committer | Richard Henderson <rth@redhat.com> | 1997-10-24 18:20:36 +0000 |
commit | 1bb6aaad34d8619c53f080b0f278ef68d546aecd (patch) | |
tree | 8b7e4fc62bc5edf85e8f3d246fd27f7a257240b2 /gas/ChangeLog | |
parent | ccbab31db1d6fb0edb81e4ade2dba93a87bb3551 (diff) | |
download | gdb-1bb6aaad34d8619c53f080b0f278ef68d546aecd.zip gdb-1bb6aaad34d8619c53f080b0f278ef68d546aecd.tar.gz gdb-1bb6aaad34d8619c53f080b0f278ef68d546aecd.tar.bz2 |
Fri Oct 24 11:19:22 1997 Jakub Jelinek <jj@sunsite.mff.cuni.cz>
* config/tc-sparc.c (sparc_memory_model): New variable.
(md_longopts): Add -TSO/-PSO/-RMO options.
(md_parse_options): Handle them.
(sparc_elf_final_processing): For 64 ELF, set required
memory ordering in e_flags. Default to RMO and let the user
override it through command line.
* config/tc-sparc.h (elf_tc_final_processing): Add.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index e1137bd..9cacf87 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,14 @@ +Fri Oct 24 11:19:22 1997 Jakub Jelinek <jj@sunsite.mff.cuni.cz> + + * config/tc-sparc.c (sparc_memory_model): New variable. + (md_longopts): Add -TSO/-PSO/-RMO options. + (md_parse_options): Handle them. + (sparc_elf_final_processing): For 64 ELF, set required + memory ordering in e_flags. Default to RMO and let the user + override it through command line. + + * config/tc-sparc.h (elf_tc_final_processing): Add. + Wed Oct 22 17:42:12 1997 Richard Henderson <rth@cygnus.com> * config/tc-sparc.c (v9a_asr_table): New variable. |