mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-26 13:56:22 +08:00
2014-08-26 Jan-Benedict Glaw <jbglaw@lug-owl.de>
* config/tc-moxie.h (md_convert_frag): Silence warning.
This commit is contained in:
@ -1,3 +1,7 @@
|
|||||||
|
2014-08-26 Jan-Benedict Glaw <jbglaw@lug-owl.de>
|
||||||
|
|
||||||
|
* config/tc-moxie.h (md_convert_frag): Silence warning.
|
||||||
|
|
||||||
2014-08-22 Richard Henderson <rth@redhat.com>
|
2014-08-22 Richard Henderson <rth@redhat.com>
|
||||||
|
|
||||||
* config/tc-aarch64.c (tc_aarch64_regname_to_dw2regnum): Fix
|
* config/tc-aarch64.c (tc_aarch64_regname_to_dw2regnum): Fix
|
||||||
|
@ -34,7 +34,7 @@
|
|||||||
/* These macros must be defined, but is will be a fatal assembler
|
/* These macros must be defined, but is will be a fatal assembler
|
||||||
error if we ever hit them. */
|
error if we ever hit them. */
|
||||||
#define md_estimate_size_before_relax(A, B) (as_fatal (_("estimate size\n")), 0)
|
#define md_estimate_size_before_relax(A, B) (as_fatal (_("estimate size\n")), 0)
|
||||||
#define md_convert_frag(B, S, F) (as_fatal (_("convert_frag\n")), 0)
|
#define md_convert_frag(B, S, F) as_fatal (_("convert_frag\n"))
|
||||||
|
|
||||||
/* If you define this macro, it should return the offset between the
|
/* If you define this macro, it should return the offset between the
|
||||||
address of a PC relative fixup and the position from which the PC
|
address of a PC relative fixup and the position from which the PC
|
||||||
|
Reference in New Issue
Block a user