~ubuntu-branches/debian/sid/upx-ucl/sid

« back to all changes in this revision

Viewing changes to src/stub/src/powerpc-linux.elf-fold.S

  • Committer: Bazaar Package Importer
  • Author(s): Robert Luberda
  • Date: 2009-10-16 12:56:47 UTC
  • mfrom: (1.2.8 upstream)
  • Revision ID: james.westby@ubuntu.com-20091016125647-vity1npel2qsmr9c
Tags: 3.04-1
* New upstream release:
  + FTBFS with gcc 4.4 fixed by upstream (closes: #548566).
* p_mach.cpp: Fix from upstream vcs: mach/fat needs seek() 
  after set_extent().

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
*
3
3
*  This file is part of the UPX executable compressor.
4
4
*
5
 
*  Copyright (C) 1996-2008 Markus Franz Xaver Johannes Oberhumer
6
 
*  Copyright (C) 1996-2008 Laszlo Molnar
7
 
*  Copyright (C) 2000-2008 John F. Reiser
 
5
*  Copyright (C) 1996-2009 Markus Franz Xaver Johannes Oberhumer
 
6
*  Copyright (C) 1996-2009 Laszlo Molnar
 
7
*  Copyright (C) 2000-2009 John F. Reiser
8
8
*  All Rights Reserved.
9
9
*
10
10
*  UPX and the UCL library are free software; you can redistribute them
43
43
sz_p_info= 12
44
44
 
45
45
OVERHEAD= 2048
46
 
LINKAREA= 6*4  // (sp,cr,pc, xx,yy.zz) save area per calling convention
 
46
LINKAREA= 6*4  // (sp,pc,cr, xx,yy.zz) save area per calling convention
47
47
/* In:
48
48
   r31= &decompress; also 8+ (char *)&(#bytes which preceed &-8(r31)
49
49
*/