Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 360194
b: refs/heads/master
c: 5dc99e5
h: refs/heads/master
v: v3
  • Loading branch information
Vineet Gupta committed Feb 27, 2013
1 parent 17d2e68 commit 07f75d1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 7e0d306c372bf70ff19eb476bc7f7635abe816ea
refs/heads/master: 5dc99e50d2d66f8ddeb4e20af1908ad99db0cb98
6 changes: 1 addition & 5 deletions trunk/arch/arc/include/asm/elf.h
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,7 @@
typedef unsigned long elf_greg_t;
typedef unsigned long elf_fpregset_t;


/* core dump regs is in the order pt_regs, callee_regs, stop_pc (for gdb) */
#define ELF_NGREG ((sizeof(struct pt_regs) + sizeof(struct callee_regs) \
+ sizeof(unsigned long)) / sizeof(elf_greg_t))

#define ELF_NGREG (sizeof(struct user_regs_struct) / sizeof(elf_greg_t))
typedef elf_greg_t elf_gregset_t[ELF_NGREG];

/*
Expand Down

0 comments on commit 07f75d1

Please sign in to comment.