summaryrefslogtreecommitdiff
path: root/sysdeps/i386/tst-auditmod3b.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/i386/tst-auditmod3b.c')
-rw-r--r--sysdeps/i386/tst-auditmod3b.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sysdeps/i386/tst-auditmod3b.c b/sysdeps/i386/tst-auditmod3b.c
index 5b26a132fa..9cc733bdb8 100644
--- a/sysdeps/i386/tst-auditmod3b.c
+++ b/sysdeps/i386/tst-auditmod3b.c
@@ -1,5 +1,5 @@
/* Test case for i386 preserved registers in dynamic linker.
- Copyright (C) 2015 Free Software Foundation, Inc.
+ Copyright (C) 2015-2016 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
@@ -82,6 +82,7 @@ la_objsearch (const char *name, uintptr_t *cookie, unsigned int flag)
break;
case LA_SER_DEFAULT:
flagstr = "LA_SER_DEFAULT";
+ break;
case LA_SER_SECURE:
flagstr = "LA_SER_SECURE";
break;