Rockbox

This is the bug/patch tracker for Rockbox. Click here for more information.

Quick links: Bugs · Patches · Rockbox frontpage

Tasklist

FS#11328 - Doom EABI kitchen sink fix

Attached to Project: Rockbox
Opened by Michael Sevakis (MikeS) - Saturday, 29 May 2010, 08:13 GMT+2
Last edited by Michael Sevakis (MikeS) - Saturday, 29 May 2010, 10:13 GMT+2
Task Type Patches
Category Build environment
Status Closed
Assigned To No-one
Player Type All players
Severity Low
Priority Normal
Reported Version Release 3.4
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Private No

Details

Patch allows Doom to run when EABI tools are used to build for ARM targets. All enum typedefs are converted to int or unsigned depending upon the presence of negative values in the enumeration. The change is global to the plugin to avoid worrying if something was missed somewhere.
   doom-eabi-kitchen-sink.patch (31.1 KiB)
 apps/plugins/doom/doomdef.h  |   56 ++++++++++------
 apps/plugins/doom/v_video.c  |   10 +--
 apps/plugins/doom/v_video.h  |   18 +++--
 apps/plugins/doom/p_pspr.h   |    5 -
 apps/plugins/doom/sounds.h   |   10 +--
 apps/plugins/doom/st_stuff.h |   10 +--
 apps/plugins/doom/doomstat.h |    5 -
 apps/plugins/doom/m_random.h |    5 -
 apps/plugins/doom/doomtype.h |   16 +---
 apps/plugins/doom/p_enemy.c  |    5 -
 apps/plugins/doom/p_spec.h   |  143 +++++++++++++++++++++++++------------------
 apps/plugins/doom/m_menu.c   |   24 ++++---
 apps/plugins/doom/m_menu.h   |    6 -
 apps/plugins/doom/d_event.h  |   15 ++--
 apps/plugins/doom/am_map.c   |    2 
 apps/plugins/doom/d_net.h    |   11 +--
 apps/plugins/doom/info.h     |   15 ++--
 apps/plugins/doom/d_player.h |   10 +--
 apps/plugins/doom/wi_stuff.c |    5 -
 apps/plugins/doom/wi_stuff.h |    5 -
 apps/plugins/doom/r_defs.h   |   21 +++---
 apps/plugins/doom/p_saveg.c  |    8 +-
 apps/plugins/doom/w_wad.h    |   19 +++--
 apps/plugins/doom/m_misc.h   |   22 +++---
 apps/plugins/doom/p_tick.h   |    5 -
 25 files changed, 260 insertions(+), 191 deletions(-)

This task depends upon

Closed by  Michael Sevakis (MikeS)
Saturday, 29 May 2010, 10:13 GMT+2
Reason for closing:  Accepted
Additional comments about closing:  r26368: Seems to work

Loading...