~ubuntu-branches/ubuntu/vivid/golang/vivid

« back to all changes in this revision

Viewing changes to src/cmd/ld/lib.h

  • Committer: Bazaar Package Importer
  • Author(s): Ondřej Surý
  • Date: 2011-08-03 17:04:59 UTC
  • mfrom: (14.1.2 sid)
  • Revision ID: james.westby@ubuntu.com-20110803170459-wzd99m3567y80ila
Tags: 1:59-1
* Imported Upstream version 59
* Refresh patches to a new release
* Fix FTBFS on ARM (Closes: #634270)
* Update version.bash to work with Debian packaging and not hg
  repository

Show diffs side-by-side

added added

removed removed

Lines of Context:
40
40
        SSTRING,
41
41
        SGOSTRING,
42
42
        SRODATA,
 
43
        SSYMTAB,
 
44
        SPCLNTAB,
43
45
        SDATA,
44
46
        SMACHO, /* Mach-O __nl_symbol_ptr */
45
47
        SMACHOGOT,
260
262
        Hipaq,          // ipaq
261
263
        Hdarwin,        // Apple Mach-O
262
264
        Hlinux,         // Linux ELF
263
 
        Hnacl,          // Google Native Client
264
265
        Hfreebsd,       // FreeBSD ELF
265
266
        Hwindows,       // MS Windows PE
266
 
        Htiny           // tiny (os image)
267
267
};
268
268
 
269
269
typedef struct Header Header;