elf_directive_previous.s   [plain text]


# RUN: llvm-mc -triple i386-pc-linux-gnu %s | FileCheck %s

.bss
# CHECK: .bss

.text
# CHECK: .text

.previous
# CHECK: .bss

.previous
# CHECK: .text