~ubuntu-branches/ubuntu/precise/eglibc/precise

« back to all changes in this revision

Viewing changes to sysdeps/sparc/sparc32/dl-plt.h

  • Committer: Package Import Robot
  • Author(s): Matthias Klose
  • Date: 2011-10-04 17:48:26 UTC
  • mfrom: (216.1.23 oneiric)
  • Revision ID: package-import@ubuntu.com-20111004174826-2cyb9ewn3ucymlsx
Tags: 2.13-20ubuntu5
libc6-dev: Don't break the current {gnat,gcj}-4.4-base versons. LP: #853688.

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
   Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
19
19
   02111-1307 USA.  */
20
20
 
21
 
#ifndef _DL_PLT_H
22
 
#define _DL_PLT_H
23
 
 
24
21
/* Some SPARC opcodes we need to use for self-modifying code.  */
25
22
#define OPCODE_NOP      0x01000000 /* nop */
26
23
#define OPCODE_CALL     0x40000000 /* call ?; add PC-rel word address */
98
95
 
99
96
  return value;
100
97
}
101
 
 
102
 
#endif /* dl-plt.h */