OpenCores
URL https://opencores.org/ocsvn/or1k/or1k/trunk

Subversion Repositories or1k

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /
    from Rev 1149 to Rev 1150
    Reverse comparison

Rev 1149 → Rev 1150

/trunk/or1ksim/cpu/common/elf.h
1,8 → 1,6
#ifndef _LINUX_ELF_H
#define _LINUX_ELF_H
 
#include <asm/elf.h>
 
/* Load a short int from the following tables with big-endian formats */
#define ELF_SHORT_H(ps) ((((unsigned short)(ps) >> 8) & 0xff) |\
(((unsigned short)(ps) << 8) & 0xff00))

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.