summaryrefslogtreecommitdiff
path: root/compiler/aggas.pas
Commit message (Expand)AuthorAgeFilesLines
* * Rework the constexprint to allow operations from low(int64) to high(qword).daniel2007-06-131-1/+1
* * secrel32 relocation support required by dwarf2 under windowspeter2007-04-251-2/+5
* * OS/2 compilation fixes (not completely finished yet)hajny2007-03-201-0/+50
* * Merged 2.3 branch changes:jonas2007-03-041-10/+14
* * don't write alignment for .comm and .lcomm, it seems to be onlypeter2007-02-271-9/+4
* * wince doesn't like the lcomm with two parameters toooro062007-02-271-3/+3
* * win32 doesn't like the lcomm with two parameters eitherflorian2007-02-251-3/+4
* * fixed arm-linuxflorian2007-02-251-2/+4
* * use .comm again for global variablespeter2007-02-251-13/+17
* * proper section names for sec_debug_line, sec_debug_info andjonas2007-02-011-0/+15
* * .init section supportflorian2007-01-071-3/+5
* * disable generation of smartlinkable code for Darwin for now sincejonas2006-12-261-0/+4
* + workaround for old Amiga GNU AS, which vomits for .fpc sectionskaroly2006-12-261-1/+5
* + avoidin .sections in the generated asm file for m68k-amiga, karoly2006-12-051-1/+3
* * fixed darwin compilationjonas2006-11-101-0/+5
* * section "fpc" was renamed to ".fpc".yury2006-11-101-3/+10
* * fixed invalid typecastpeter2006-11-021-1/+1
* * Remove dos,strings units, use SysUtils insteadpeter2006-10-301-25/+6
* * germanism removed (aktfilepos -> current_filepos)florian2006-10-301-1/+1
* * order of named sections addedpeter2006-10-301-12/+23
* * settings refactoredflorian2006-10-301-9/+9
* * remove ttypepeter2006-10-291-4/+4
* * remove ifdef fpcpeter2006-10-071-4/+0
* * splitup dwarf2/dwarf3marc2006-09-301-1/+1
* * fix NOP opcodepeter2006-09-261-1/+1
* * write align opcode in text sections in case of gas output, fixes #7440florian2006-09-241-3/+8
* * support for creating smartlinkable files under darwin. Don't turn onjonas2006-09-121-0/+4
* + Added dwarf .debug_line infomarc2006-09-101-2/+4
* fixed generation of dwarf lineinfo in win32marc2006-07-131-0/+9
* - Removed need of assembler startup files for wince. Now compiler directly cr...yury2006-06-021-0/+2
* * fixed .toc section label generationtom_at_work2006-05-251-0/+1
* * enable rodata for ppc (+ darwin renaming to ".const")jonas2006-05-231-1/+6
* * use .rodata directive on armflorian2006-05-221-0/+5
* * fixed for darwinjonas2006-05-021-1/+2
* * initial gprof code for ppc64/linuxtom_at_work2006-04-181-1/+7
* * fixed compilation on winx64florian2006-04-171-1/+4
* * fixed section smartlinking with ld.exepeter2006-04-021-1/+5
* Merged revisions 3072-3073 via svnmerge from peter2006-03-301-2/+2
* * leb128 gets always a 64bit intpeter2006-03-271-6/+6
* * leb128 support for binary writerspeter2006-03-261-35/+18
* Merged revisions 2827,2831,2837,2932-2980 via svnmerge from peter2006-03-191-2/+2
* * fixed r2970 (% instead of #)jonas2006-03-191-1/+1
* * fix writing of @object for armpeter2006-03-191-14/+9
* Merged revisions 2921-2922,2925 via svnmerge from peter2006-03-161-11/+11
* * removed "inline" directive from TGNUAssembler.WriteInstructionjonas2006-03-111-2/+2
* * fix section flags for stabspeter2006-03-101-5/+5
* * factered WriteInstruction out of TGNUAssembler into its own classjonas2006-03-091-14/+93
* Merged revisions 2669,2673,2677,2683,2696,2699-2702,2704,2708,2712-2715,2718,...peter2006-03-051-22/+25
* + more darwin i386 supportjonas2006-02-151-4/+5
* * fixed open arrays with dwarfflorian2006-02-051-1/+9