* src/SDCCmain.c (parseCmdLine, optionsTable[]): fixed bug with
authorepetrich <epetrich@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Sat, 20 Nov 2004 05:57:00 +0000 (05:57 +0000)
committerepetrich <epetrich@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Sat, 20 Nov 2004 05:57:00 +0000 (05:57 +0000)
commit6369bf8a21ab0cb52e3eb8225c3c0a6e97430910
tree1cc701d8b5f19ab0143c9887ddcfee7f18a5bd8d
parentb9961bfa56d6b7f56d76639dae54c8efd123d841
* src/SDCCmain.c (parseCmdLine, optionsTable[]): fixed bug with
  --out-fmt-s19 turning into --out-fmt-elf if s19 was already
  selected.
* src/SDCCmain.c (linkEdit): don't define SSEG for HC08
* src/hc08/main.c (_hc08_setDefaultOptions): default xdata to be
  contiguous with data

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@3580 4a8a32a2-be11-0410-ad9d-d568d2c75423
ChangeLog
src/SDCCmain.c
src/hc08/main.c