Home
last modified time | relevance | path

Searched refs:md_end (Results 1 – 14 of 14) sorted by relevance

/NextBSD/contrib/binutils/gas/config/
HDtc-s390.h83 #define md_end() s390_md_end () macro
HDtc-mips.h147 #define md_end() md_mips_end() macro
HDtc-alpha.h144 #define md_end alpha_elf_md_end macro
HDtc-sparc.h151 #define md_end() sparc_md_end () macro
HDtc-i386.h87 #define md_end i386_elf_emit_arch_note macro
HDtc-arm.h101 #define md_end arm_md_end macro
HDtc-ia64.h124 #define md_end() ia64_end_of_source () macro
/NextBSD/contrib/binutils/gas/
HDas.c1172 #ifdef md_end in main()
1173 md_end (); in main()
HDChangeLog-0001331 * config/tc-i386.h (md_end): Define.
4271 * config/tc-arm.h (md_end): Remove.
4272 * config/tc-hppa.h (md_end): Remove.
4274 * config/tc-m68hc11.h (md_end): Remove.
4275 * config/tc-mn10300.h (md_end): Remove.
4276 * config/tc-sh.h (md_end): Remove.
4277 * config/tc-v850.h (md_end): Remove.
4560 * config/tc-arm.h (md_end): Define.
5305 * config/tc-sh.h (md_end): Defined.
6528 * config/tc-mn10300.h (md_end): Define.
HDChangeLog-9295238 * as.c (main): Move md_end call to just after call to
240 * config/tc-i960.h (md_end): New macro, calls brtab_emit.
241 * config/tc-arm.c (md_end): Unused function deleted.
242 * config/tc-ns32k.c (md_end): Ditto.
7348 (tc_frob_symbol, TC_VALIDATE_FIX, md_end): Macros deleted.
7791 * as.c (main): Only invoke md_end if it's defined as a macro.
7792 * tc.h (md_end): Don't declare it.
7793 * config/tc-*.[ch] (md_end): Deleted, in cases where it doesn't do
7796 * config/tc-mips.c (md_mips_end): Renamed from md_end.
7798 (md_end): New macro, calls md_mips_end.
[all …]
HDChangeLog-02031870 * config/tc-alpha.h (md_end): New.
6792 * config/tc-sh64.h (md_end): Define to shmedia_md_end. Add
6795 * config/tc-sh.h (md_end): Do not define.
HDChangeLog-9899388 * config/tc-hppa.h (md_end): Define for OBJ_ELF.
HDChangeLog-96975861 (md_end): Define.
/NextBSD/sys/dev/nvme/
HDnvme.h595 uint8_t md_end : 1; member