diff options
author | Maciej W. Rozycki <macro@imgtec.com> | 2017-07-01 00:42:19 +0100 |
---|---|---|
committer | Maciej W. Rozycki <macro@imgtec.com> | 2017-07-01 00:42:19 +0100 |
commit | 834a65aadfda9755d8bd6ec76ba8b3a6d20a1beb (patch) | |
tree | 8d65445d801839f09d4dae726dceb10c241be8f1 /gas/ChangeLog | |
parent | bbd27b7684baf424bdaa7f0a1d39a2cd5b0d6134 (diff) | |
download | gdb-834a65aadfda9755d8bd6ec76ba8b3a6d20a1beb.zip gdb-834a65aadfda9755d8bd6ec76ba8b3a6d20a1beb.tar.gz gdb-834a65aadfda9755d8bd6ec76ba8b3a6d20a1beb.tar.bz2 |
MIPS/GAS: Use a switch on relaxation type in microMIPS fixup creation
Use a switch on the relaxation type rather than a chain of conditionals
in microMIPS fixup creation, improving source code structure and aiding
the compiler with code generation.
gas/
* config/tc-mips.c (md_convert_frag): Use a switch on the
microMIPS relaxation type rather than a chain of conditionals.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 94a6a68..31de3e9 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,5 +1,10 @@ 2017-06-30 Maciej W. Rozycki <macro@imgtec.com> + * config/tc-mips.c (md_convert_frag): Use a switch on the + microMIPS relaxation type rather than a chain of conditionals. + +2017-06-30 Maciej W. Rozycki <macro@imgtec.com> + * config/tc-mips.c (md_convert_frag): Rewrite `fix_new_exp' calls in terms of `fix_new'. |