diff options
author | Jan Beulich <jbeulich@suse.com> | 2021-06-14 08:18:58 +0200 |
---|---|---|
committer | Jan Beulich <jbeulich@suse.com> | 2021-06-14 08:18:58 +0200 |
commit | 987610f2d6841a48009a170bd401112a23f040f2 (patch) | |
tree | ef0e6fd1608dadc9a88b9c3b9fc3ddb3bbea3d83 /gas/ChangeLog | |
parent | 4981807e06a7d274c22c25f342c3e37b29a2bc0c (diff) | |
download | gdb-987610f2d6841a48009a170bd401112a23f040f2.zip gdb-987610f2d6841a48009a170bd401112a23f040f2.tar.gz gdb-987610f2d6841a48009a170bd401112a23f040f2.tar.bz2 |
gas: fold three as_warn() in emit_expr_with_reloc()
Simply use the available abstraction instead of, effectively, trying to
open-code it.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 493fde0..ecd0794 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,5 +1,9 @@ 2021-06-14 Jan Beulich <jbeulich@suse.com> + * read.c (emit_expr_with_reloc): Fold three as_warn(). + +2021-06-14 Jan Beulich <jbeulich@suse.com> + * doc/internals.texi (TC_ADDRESS_BYTES): Mention generic default. * read.c (potable, cons_worker): Drop TC_ADDRESS_BYTES conditional. |