Make enum plt_status enumerators uppercase
diff --git a/ltrace-elf.c b/ltrace-elf.c
index c147ad8..1d0f769 100644
--- a/ltrace-elf.c
+++ b/ltrace-elf.c
@@ -106,7 +106,7 @@
const char *a_name, GElf_Rela *rela, size_t ndx,
struct library_symbol **ret)
{
- return plt_default;
+ return PLT_DEFAULT;
}
#endif
@@ -566,14 +566,14 @@
struct library_symbol *libsym = NULL;
switch (arch_elf_add_plt_entry(proc, lte, name,
&rela, i, &libsym)) {
- case plt_default:
+ case PLT_DEFAULT:
if (default_elf_add_plt_entry(proc, lte, name,
&rela, i, &libsym) < 0)
/* fall-through */
- case plt_fail:
+ case PLT_FAIL:
return -1;
/* fall-through */
- case plt_ok:
+ case PLT_OK:
if (libsym != NULL) {
/* If we are adding those symbols just
* for tracing exports, mark them all