/* * Copyright (C) 2002-2003 David McCullough * Copyright (C) 1998 Kenneth Albanowski * The Silver Hammer Group, Ltd. * * This file provides the definitions and structures needed to * support uClinux flat-format executables. */ #ifndef _LINUX_FLAT_H #define _LINUX_FLAT_H #include #include /* * While it would be nice to keep this header clean, users of older * tools still need this support in the kernel. So this section is * purely for compatibility with old tool chains. * * DO NOT make changes or enhancements to the old format please, just work * with the format above, except to fix bugs with old format support. */ #include #define OLD_FLAT_VERSION 0x00000002L #define OLD_FLAT_RELOC_TYPE_TEXT 0 #define OLD_FLAT_RELOC_TYPE_DATA 1 #define OLD_FLAT_RELOC_TYPE_BSS 2 typedef union { unsigned long value; struct { # if defined(mc68000) && !defined(CONFIG_COLDFIRE) signed long offset : 30; unsigned long type : 2; # define OLD_FLAT_FLAG_RAM 0x1 /* load program entirely into RAM */ # elif defined(__BIG_ENDIAN_BITFIELD) unsigned long type : 2; signed long offset : 30; # define OLD_FLAT_FLAG_RAM 0x1 /* load program entirely into RAM */ # elif defined(__LITTLE_ENDIAN_BITFIELD) signed long offset : 30; unsigned long type : 2; # define OLD_FLAT_FLAG_RAM 0x1 /* load program entirely into RAM */ # else # error "Unknown bitfield order for flat files." # endif } reloc; } flat_v2_reloc_t; #endif /* _LINUX_FLAT_H */ breoffice-3-3-4'>libreoffice-3-3-4 Translationsroot
summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-12-06Important fixes for the Catalan translationfeature/layoutJesús Corrius1-785/+785
2010-11-30BrOffice in brazil => %PRODUCTNAME_BR for win32 installerMichael Meeks1-5/+5
2010-11-25Merge remote branch 'origin/libreoffice-3-3'Jan Holesovsky0-0/+0
2010-11-16hu translations fixesAndras Timar1-1773/+1773
2010-11-13hu translations fixesAndras Timar1-1773/+1773
2010-11-12Merge remote branch 'origin/libreoffice-3-3'Jan Holesovsky27-29/+24
2010-11-11Merge commit 'ooo/OOO330_m14' into libreoffice-3-3Jan Holesovsky27-29/+24
2010-11-11Version 3.2.99.3, tag LIBREOFFICE_3_2_99_3 (3.3-beta3)LIBREOFFICE_3_2_99_3Petr Mladek0-0/+0
2010-11-10Update localistaions for all South African languages (fdo#31165, i#114156)Dwayne Bailey11-142537/+48560
2010-11-10Update localistaions for all South African languages (fdo#31165, i#114156)Dwayne Bailey11-142537/+48560
2010-11-10German translation updateAndré Schnabel1-68502/+68463
2010-11-10German translation updateAndré Schnabel1-68502/+68463
2010-11-06CWS-TOOLING: integrate CWS ivo101ooo/OOO330_m17ooo/OOO330_m16ooo/OOO330_m15ooo/OOO330_m14Kurt Zenker28-30/+25
2010-11-04Another fix for incorrect Japanese translation for "Confirm password".Kohei Yoshida1-2/+2
2010-11-04Some corrections in Japanese translation.Kohei Yoshida1-2/+2
2010-11-04Another fix for incorrect Japanese translation for "Confirm password".feature/pptx-export-ooxml11Kohei Yoshida1-2/+2
2010-11-04Some corrections in Japanese translation.Kohei Yoshida1-2/+2
2010-11-03ivo101: #i114375# string changed to use new %OOOVENDOR variableIvo Hinkelmann28-30/+25
2010-11-01Merge commit 'ooo/OOO330_m13'LIBREOFFICE_3_3_FREEZEJan Holesovsky2-2/+2
2010-10-25CWS-TOOLING: integrate CWS hebfixooo/OOO330_m13obo2-2/+2
2010-10-25hebfix: #i115232# Clashing default style names in WriterIvo Hinkelmann1-1/+1
2010-10-25Merge commit 'ooo/OOO330_m12'Jan Holesovsky