Use 'ao-dbg' instead of 's51' to communicate with TeleMetrum
[fw/sdcc] / src / port.h
2008-07-13 spthFixed typo in comment
2008-04-19 spthImplemented generic part of RFE #1880202
2007-05-05 MaartenBrock* src/port.h: added TARGET_MCS51_LIKE
2007-04-19 borutr* src/port.h: use const poiters to strings
2007-01-07 borutr* use dynamic memory buffers instead temporary files
2007-01-07 MaartenBrockgit-svn-id: https://sdcc.svn.sourceforge.net/svnroot...
2006-12-30 bernhardheld* src/SDCCpeeph.c (deadMove),
2006-12-26 bernhardheld* src/SDCCpeeph.c: made labelHashEntry global, made...
2006-12-21 MaartenBrock* as/link/mcs51/lkarea.c (lnkarea2): handle absolute...
2006-12-17 borutrgit-svn-id: https://sdcc.svn.sourceforge.net/svnroot...
2006-09-30 MaartenBrock* src/port.h: added mem.cabs_name to PORT
2006-06-13 vrokas* src/port.h (struct PORT): added field gp_tags, to...
2006-04-22 MaartenBrock* as/asx8051.dsp: added mcs51/strcmpi.h
2005-09-25 maartenbrock* src/SDCC.y: added tokens GETABIT, GETBYTE, GETWORD
2005-09-03 maartenbrock* .version: changed to version 2.5.3
2005-06-27 maartenbrock* as/mcs51/asexpr.c (expr): disabled warning "not in...
2005-03-20 epetrich* src/port.h (struct PORT),
2004-10-19 maartenbrock* as/mcs51/lkarea.c: removed old K&R style,
2004-10-05 maartenbrock* src/port.h: made reset_regparms prototype void parame...
2004-09-06 epetrich* src/port.h,
2004-05-25 vrokas* src/port.h (PORT structure): added hook initPaths...
2004-05-13 epetrich * src/hc08/gen.c (hc08_emitDebuggerSymbol),
2004-03-17 epetrich* src/SDCCglue.c (emitMaps): allow public sfr variables
2004-02-29 epetrich* src/SDCCpeeph.h,
2004-01-08 vrokas2004-01-08 Vangelis Rokas <vrokas@otenet.gr>
2003-11-06 epetrich* src/port.h,
2003-08-08 epetrichChanges to support big endian targets:
2003-07-02 borutrvirtualization of glue() function: each port has it...
2003-07-01 kvigorDS800C400 fun, improved ROM interface and tinibios
2003-05-18 bernhardheld* src/port.h: removed DEFAULT_PORT, it's not yet pic16 ;-)
2003-05-18 sdattaloPIC16 - Applied patch from Vangelis Rokas. Many fixes...
2003-04-29 kvigorDS80C400 support, the beginning
2003-03-30 borutrchanged type of do_assemble() parameter to set
2003-01-11 bernhardheld* src/SDCCmain.c (assemble, linkEdit): preparations...
2002-04-16 michaelh * device/lib/z80/printf.c (sprintf): Added.
2002-03-20 sdattaloAdded -p command line option to allow selection of...
2002-01-25 johanknolxa51, work in progress
2002-01-06 johanknolframe work for xa51 (not enabled yet)
2001-12-24 sandeepadded function do_assemble (similar to do_link) if...
2001-12-18 sandeepadded unqualified_pointer, globals_allowed & reset_labe...
2001-12-16 johanknolmissing files for "added seperate segments for initiali...
2001-11-18 sandeepImplementaion of builtin functions
2001-11-10 sandeepTook away some dead code & added checking with port...
2001-10-22 michaelh2001-10-21 Michael Hope <michaelh@juju.net.nz>
2001-10-03 bernhardheld../cvsm
2001-09-23 michaelh * .version: Updated to 2.3.1
2001-08-24 kvigor(optionally) push static array initialization down...
2001-08-02 michaelh* Added support for doing shifts by helper functions
2001-07-16 michaelh* Fixed va_args for the z80
2001-05-20 jtvolpeFixed up implicit data type conversions
2001-04-29 sandeepFixed a warning
2001-04-01 sandeepadded asm file ext to port.
2001-03-05 johanknolCleaned up ds390 leftovers in the mcs51 port.
2001-02-23 johanknol#define IS_<target>_PORT for all ports
2001-02-14 johanknolBeautified (indented) compiler source tree
2001-02-07 jbessFix asm label generation. Suppress some warning
2001-01-28 michaelhMerge of the izt changes.
2000-12-14 kvigorChange struct link to struct sym_link to avoid conflict...
2000-12-04 sdattaloTSD PIC port
2000-10-01 sandeepadded conditional transformation
2000-09-30 johanknolcleanup; moved extern's from .c to .h files for double...
2000-09-18 kvigorAllow optimizer to replace params/locals in far space...
2000-09-03 michaelhFixed up z80 port so that it works again
2000-08-01 michaelhPre 2.95-2
2000-07-20 michaelhMost of the way to far fun support
2000-07-12 michaelhMerge out from the z80 far branch
2000-05-07 sandeepAdded print Allocation info will print
2000-04-19 michaelh* Re-added .dw for words, but now port dependent.
2000-04-08 michaelhMerged changes between gbdk-293 and main
2000-03-26 michaelh* Added z80 blurb.
2000-03-20 sandeepMore AVR stuff
2000-03-12 sandeepparameter passing in registers changed to be
2000-03-05 sandeepInfrastructure stuff for AVR
2000-03-02 kvigorfix broken static initializers in non-main() modules
2000-02-22 michaelhLots.
2000-02-16 michaelh* Added support for the gb.
2000-02-10 michaelhRight.
2000-02-09 kvigorFirst pass at DS80C390 flat mode support
2000-02-04 michaelhChanged it so each target can have their own command...
2000-01-31 sandeepa) fixed some aliasing problems
2000-01-24 michaelhAdded initial stack direction support. Didnt convert...
2000-01-23 michaelhShifted all area names into port. Shifted assembler...
2000-01-23 michaelhMore shifting. Remove SDCCralloc.h, made all in mcs51...
2000-01-23 michaelhAdded missing port.h