source: rtems-tools/tools/4.12/gdb/gdb-7.11-erc32-endian-fix.diff @ 0bbd2de

4.105
Last change on this file since 0bbd2de was 0bbd2de, checked in by Chris Johns <chrisj@…>, on 03/16/16 at 04:18:34

4.12: Patches for ERC simualtor for gdb-7.11.

The patches fix the endian checks in the simulator, print filtering,
and the run command.

Updates #2644.

  • Property mode set to 100644
File size: 407 bytes
  • sim/erc32/sis.h

    diff -ruw gdb-7.11.orig/sim/erc32/sis.h gdb-7.11/sim/erc32/sis.h
    old new  
    2020#include <sim-config.h>
    2121#include <stdint.h>
    2222
    23 #if HOST_BYTE_ORDER == BIG_ENDIAN
     23#ifdef WORDS_BIGENDIAN
    2424#define HOST_BIG_ENDIAN
    2525#define EBT 0
    2626#else
Note: See TracBrowser for help on using the repository browser.