summaryrefslogtreecommitdiff
path: root/elfutils/backends/x86_64_corenote.c
diff options
context:
space:
mode:
Diffstat (limited to 'elfutils/backends/x86_64_corenote.c')
-rw-r--r--elfutils/backends/x86_64_corenote.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/elfutils/backends/x86_64_corenote.c b/elfutils/backends/x86_64_corenote.c
index c2bc72e9..552ac88b 100644
--- a/elfutils/backends/x86_64_corenote.c
+++ b/elfutils/backends/x86_64_corenote.c
@@ -1,5 +1,5 @@
/* x86-64 specific core note handling.
- Copyright (C) 2005, 2007 Red Hat, Inc.
+ Copyright (C) 2005, 2007, 2008 Red Hat, Inc.
This file is part of Red Hat elfutils.
Red Hat elfutils is free software; you can redistribute it and/or modify
@@ -103,4 +103,7 @@ static const Ebl_Register_Location fpregset_regs[] =
};
#define FPREGSET_SIZE 512
+#define EXTRA_NOTES EXTRA_NOTES_IOPERM
+
+#include "x86_corenote.c"
#include "linux-core-note.c"