]> Savannah Git Hosting - gnulib.git/commitdiff
Oops, remove unintended file additions.
authorBruno Haible <bruno@clisp.org>
Sun, 22 Aug 2021 20:09:15 +0000 (22:09 +0200)
committerBruno Haible <bruno@clisp.org>
Sun, 22 Aug 2021 20:09:15 +0000 (22:09 +0200)
lib/foo.c [deleted file]
lib/foo.s [deleted file]

diff --git a/lib/foo.c b/lib/foo.c
deleted file mode 100644 (file)
index bf409c6..0000000
--- a/lib/foo.c
+++ /dev/null
@@ -1,11 +0,0 @@
-int foo (int x)
-{
-  x += 2;
-  if (x & 1)
-    goto a;
-b:
-__attribute__ ((__maybe_unused__));
-  x *= 3;
-a:
-  return x;
-}
diff --git a/lib/foo.s b/lib/foo.s
deleted file mode 100644 (file)
index 7e6fa5d..0000000
--- a/lib/foo.s
+++ /dev/null
@@ -1,40 +0,0 @@
-       .text
-       .file   "foo.c"
-       .globl  _Z3fooi                         # -- Begin function _Z3fooi
-       .p2align        4, 0x90
-       .type   _Z3fooi,@function
-_Z3fooi:                                # @_Z3fooi
-       .cfi_startproc
-# %bb.0:
-       pushq   %rbp
-       .cfi_def_cfa_offset 16
-       .cfi_offset %rbp, -16
-       movq    %rsp, %rbp
-       .cfi_def_cfa_register %rbp
-       movl    %edi, -4(%rbp)
-       movl    -4(%rbp), %eax
-       addl    $2, %eax
-       movl    %eax, -4(%rbp)
-       movl    -4(%rbp), %eax
-       andl    $1, %eax
-       cmpl    $0, %eax
-       je      .LBB0_2
-# %bb.1:
-       jmp     .LBB0_4
-.LBB0_2:
-       jmp     .LBB0_3
-.LBB0_3:
-       imull   $3, -4(%rbp), %eax
-       movl    %eax, -4(%rbp)
-.LBB0_4:
-       movl    -4(%rbp), %eax
-       popq    %rbp
-       .cfi_def_cfa %rsp, 8
-       retq
-.Lfunc_end0:
-       .size   _Z3fooi, .Lfunc_end0-_Z3fooi
-       .cfi_endproc
-                                        # -- End function
-       .ident  "clang version 11.0.0"
-       .section        ".note.GNU-stack","",@progbits
-       .addrsig