Make sure local symbols are correctly associated with their source
files: I've just run across a cpufreq.c#create_bounce_frame stack trace
entry. Since we have multiple entry.S, don't use __FILE__ there to
fully disambiguate things.
Signed-off-by: Jan Beulich <jbeulich@suse.com>
Reviewed-by: Andrew Cooper <andrew.cooper3@citrix.com>
+ .file __FILE__
.text
#include <xen/multiboot.h>
+ .file __FILE__
+
#include <asm/page.h>
#define ptr_reg %rdi
+ .file __FILE__
+
#include <asm/page.h>
#define src_reg %rsi
* this program; If not, see <http://www.gnu.org/licenses/>.
*/
+ .file "svm/entry.S"
+
#include <xen/errno.h>
#include <xen/softirq.h>
#include <asm/types.h>
* this program; If not, see <http://www.gnu.org/licenses/>.
*/
+ .file "vmx/entry.S"
+
#include <xen/errno.h>
#include <xen/softirq.h>
#include <asm/types.h>
* Copyright (c) 2006, Novell, Inc.
*/
+ .file __FILE__
+
#include <asm/asm_defns.h>
ENTRY(host_to_guest_gpr_switch)
* Compatibility hypercall routines.
*/
+ .file "x86_64/compat/entry.S"
+
#include <xen/errno.h>
#include <xen/softirq.h>
#include <asm/asm_defns.h>
* Copyright (c) 2005, K A Fraser
*/
+ .file "x86_64/entry.S"
+
#include <xen/errno.h>
#include <xen/softirq.h>
#include <asm/asm_defns.h>
* This source code is licensed under the GNU General Public License,
* Version 2. See the file COPYING for more details.
*/
+
+ .file __FILE__
+
#include <xen/kimage.h>
#include <asm/asm_defns.h>