]>
git.sur5r.net Git - cc65/log
ol.sc [Tue, 27 Dec 2011 14:29:59 +0000 (14:29 +0000)]
Removed -f option. Just always overwrite files - as the other tools do.
git-svn-id: svn://svn.cc65.org/cc65/trunk@5323
b7a2c559 -68d2-44c3-8de9-
860c34a00d81
uz [Tue, 27 Dec 2011 12:58:15 +0000 (12:58 +0000)]
Added functions to factorize a value and to create the lcm of two factorized
numbers.
git-svn-id: svn://svn.cc65.org/cc65/trunk@5322
b7a2c559 -68d2-44c3-8de9-
860c34a00d81
ol.sc [Tue, 27 Dec 2011 02:09:27 +0000 (02:09 +0000)]
Updated first part of the grc65 doc.
git-svn-id: svn://svn.cc65.org/cc65/trunk@5321
b7a2c559 -68d2-44c3-8de9-
860c34a00d81
ol.sc [Tue, 27 Dec 2011 01:30:41 +0000 (01:30 +0000)]
Renamed to follow .grc naming scheme.
git-svn-id: svn://svn.cc65.org/cc65/trunk@5320
b7a2c559 -68d2-44c3-8de9-
860c34a00d81
ol.sc [Tue, 27 Dec 2011 01:23:01 +0000 (01:23 +0000)]
Fixed typo.
git-svn-id: svn://svn.cc65.org/cc65/trunk@5319
b7a2c559 -68d2-44c3-8de9-
860c34a00d81
ol.sc [Tue, 27 Dec 2011 01:11:22 +0000 (01:11 +0000)]
Allow for custom icon for a GEOS app by allowing user to specify an external 63-byte sprite file - which is simply translated to an '.incbin' command.
git-svn-id: svn://svn.cc65.org/cc65/trunk@5318
b7a2c559 -68d2-44c3-8de9-
860c34a00d81
ol.sc [Tue, 27 Dec 2011 00:31:32 +0000 (00:31 +0000)]
Deleted empty directory.
git-svn-id: svn://svn.cc65.org/cc65/trunk@5317
b7a2c559 -68d2-44c3-8de9-
860c34a00d81
ol.sc [Tue, 27 Dec 2011 00:25:17 +0000 (00:25 +0000)]
Moved GEOS VLIR assembler sample from 'samples' to 'testcode' because:
- It relies on include files which are not part of the cc65 distribution (but only present in the cc65 source tree).
- An upcoming GEOS VLIR C sample will obsolete it - as sample.
git-svn-id: svn://svn.cc65.org/cc65/trunk@5316
b7a2c559 -68d2-44c3-8de9-
860c34a00d81
ol.sc [Mon, 26 Dec 2011 23:50:55 +0000 (23:50 +0000)]
Adjusted language and TABs.
git-svn-id: svn://svn.cc65.org/cc65/trunk@5315
b7a2c559 -68d2-44c3-8de9-
860c34a00d81
ol.sc [Mon, 26 Dec 2011 22:54:04 +0000 (22:54 +0000)]
Redesigned GEOS VLIR linking:
- No more post-linking with resource compiler, rather ld65 directly creates the VLIR CVT file.
- No more dynamic linker config creation, rather the built-in 'geos' config is usable both for SEQ CVT and VLIR CVT files.
ToDos:
- Have ld65 accept alignment to $FD.
- Adjust docs / samples.
git-svn-id: svn://svn.cc65.org/cc65/trunk@5314
b7a2c559 -68d2-44c3-8de9-
860c34a00d81
uz [Mon, 26 Dec 2011 22:38:06 +0000 (22:38 +0000)]
New include file for address alignment.
git-svn-id: svn://svn.cc65.org/cc65/trunk@5313
b7a2c559 -68d2-44c3-8de9-
860c34a00d81
silverdr [Mon, 26 Dec 2011 16:50:23 +0000 (16:50 +0000)]
changed wording of the message
git-svn-id: svn://svn.cc65.org/cc65/trunk@5312
b7a2c559 -68d2-44c3-8de9-
860c34a00d81
ol.sc [Mon, 19 Dec 2011 14:49:40 +0000 (14:49 +0000)]
Minor formatting adjustment.
git-svn-id: svn://svn.cc65.org/cc65/trunk@5311
b7a2c559 -68d2-44c3-8de9-
860c34a00d81
uz [Sun, 11 Dec 2011 23:40:53 +0000 (23:40 +0000)]
Fixed an error introduced in revision 4427: The list of 65816 instructions
contained two items less than the counter said (because in 4427 two were
deleted without adjusting the counter). Depending on the compilers
implementation of bsearch(), some of the 65826 instructions were not found
when searching the table.
git-svn-id: svn://svn.cc65.org/cc65/trunk@5310
b7a2c559 -68d2-44c3-8de9-
860c34a00d81
uz [Sat, 10 Dec 2011 12:09:46 +0000 (12:09 +0000)]
Documented the .SET operator that has been available for about 6 years now :-)
git-svn-id: svn://svn.cc65.org/cc65/trunk@5309
b7a2c559 -68d2-44c3-8de9-
860c34a00d81
uz [Wed, 7 Dec 2011 21:08:14 +0000 (21:08 +0000)]
Added more sample for the inline assembler. Contributed by Steffen Görzig.
git-svn-id: svn://svn.cc65.org/cc65/trunk@5308
b7a2c559 -68d2-44c3-8de9-
860c34a00d81
uz [Mon, 5 Dec 2011 21:32:59 +0000 (21:32 +0000)]
When generating the dependency file, escape spaces in file names.
git-svn-id: svn://svn.cc65.org/cc65/trunk@5307
b7a2c559 -68d2-44c3-8de9-
860c34a00d81
uz [Fri, 2 Dec 2011 17:34:19 +0000 (17:34 +0000)]
Describe the atari macro package.
git-svn-id: svn://svn.cc65.org/cc65/trunk@5306
b7a2c559 -68d2-44c3-8de9-
860c34a00d81
ol.sc [Tue, 29 Nov 2011 21:36:42 +0000 (21:36 +0000)]
Adjustments to recent adding of get/set prefix to tgi function names.
git-svn-id: svn://svn.cc65.org/cc65/trunk@5305
b7a2c559 -68d2-44c3-8de9-
860c34a00d81
uz [Mon, 7 Nov 2011 21:27:16 +0000 (21:27 +0000)]
Some small documentation updates by Stefan Haubenthal.
git-svn-id: svn://svn.cc65.org/cc65/trunk@5304
b7a2c559 -68d2-44c3-8de9-
860c34a00d81
uz [Mon, 7 Nov 2011 21:25:20 +0000 (21:25 +0000)]
Disallow __asm__ on global level.
git-svn-id: svn://svn.cc65.org/cc65/trunk@5303
b7a2c559 -68d2-44c3-8de9-
860c34a00d81
uz [Sat, 5 Nov 2011 19:49:34 +0000 (19:49 +0000)]
Remove ldiv_t - it should only be in stdlib.h. Reported by Marc Rintsch.
git-svn-id: svn://svn.cc65.org/cc65/trunk@5302
b7a2c559 -68d2-44c3-8de9-
860c34a00d81
uz [Sun, 18 Sep 2011 20:36:19 +0000 (20:36 +0000)]
Fixed an internal error caused by muddling through after an error occurred and
trying to add a duplicate identifier into the symbol table.
git-svn-id: svn://svn.cc65.org/cc65/trunk@5300
b7a2c559 -68d2-44c3-8de9-
860c34a00d81
uz [Tue, 13 Sep 2011 18:50:29 +0000 (18:50 +0000)]
Fixed an error: The LINE function mistakenly enabled the BASIC ROM. (Greg King)
git-svn-id: svn://svn.cc65.org/cc65/trunk@5299
b7a2c559 -68d2-44c3-8de9-
860c34a00d81
uz [Sun, 4 Sep 2011 10:41:43 +0000 (10:41 +0000)]
Fixed an error: The output file shouldn't be opened in binary mode (thefox).
git-svn-id: svn://svn.cc65.org/cc65/trunk@5297
b7a2c559 -68d2-44c3-8de9-
860c34a00d81
uz [Sat, 3 Sep 2011 19:11:12 +0000 (19:11 +0000)]
Small fix for an error message.
git-svn-id: svn://svn.cc65.org/cc65/trunk@5296
b7a2c559 -68d2-44c3-8de9-
860c34a00d81
uz [Thu, 1 Sep 2011 20:53:42 +0000 (20:53 +0000)]
Make the type of a C symbol available.
git-svn-id: svn://svn.cc65.org/cc65/trunk@5295
b7a2c559 -68d2-44c3-8de9-
860c34a00d81
uz [Thu, 1 Sep 2011 20:51:07 +0000 (20:51 +0000)]
Added functions to access the c symbols in the debug info file.
git-svn-id: svn://svn.cc65.org/cc65/trunk@5294
b7a2c559 -68d2-44c3-8de9-
860c34a00d81
uz [Thu, 1 Sep 2011 10:21:25 +0000 (10:21 +0000)]
Postprocess and cross-reference C symbol infos.
git-svn-id: svn://svn.cc65.org/cc65/trunk@5293
b7a2c559 -68d2-44c3-8de9-
860c34a00d81
uz [Thu, 1 Sep 2011 10:00:31 +0000 (10:00 +0000)]
Fixed an error: Symbol references for csyms were output as local, not global
ids.
git-svn-id: svn://svn.cc65.org/cc65/trunk@5292
b7a2c559 -68d2-44c3-8de9-
860c34a00d81
uz [Wed, 31 Aug 2011 21:00:20 +0000 (21:00 +0000)]
New flag that tells if the HLL symbol has an asm symbol attached.
git-svn-id: svn://svn.cc65.org/cc65/trunk@5291
b7a2c559 -68d2-44c3-8de9-
860c34a00d81
uz [Wed, 31 Aug 2011 20:48:40 +0000 (20:48 +0000)]
Write out global symbols to the debug file. Added some fixes for unusual
situations (extern symbols without attached import, because the import wasn't
referenced and therefore removed by the assembler).
git-svn-id: svn://svn.cc65.org/cc65/trunk@5290
b7a2c559 -68d2-44c3-8de9-
860c34a00d81
uz [Tue, 30 Aug 2011 13:19:28 +0000 (13:19 +0000)]
Parse csym lines in the debug info file. No api functions til now.
git-svn-id: svn://svn.cc65.org/cc65/trunk@5289
b7a2c559 -68d2-44c3-8de9-
860c34a00d81
uz [Tue, 30 Aug 2011 13:18:50 +0000 (13:18 +0000)]
Validate the type passed in .dbg statements at least loosely.
git-svn-id: svn://svn.cc65.org/cc65/trunk@5288
b7a2c559 -68d2-44c3-8de9-
860c34a00d81
uz [Tue, 30 Aug 2011 13:09:34 +0000 (13:09 +0000)]
For now use the void type for all debug symbols to avoid errors in the
backends.
git-svn-id: svn://svn.cc65.org/cc65/trunk@5287
b7a2c559 -68d2-44c3-8de9-
860c34a00d81
uz [Tue, 30 Aug 2011 13:04:08 +0000 (13:04 +0000)]
Shorten "extern" -> "ext".
git-svn-id: svn://svn.cc65.org/cc65/trunk@5286
b7a2c559 -68d2-44c3-8de9-
860c34a00d81
uz [Tue, 30 Aug 2011 11:42:26 +0000 (11:42 +0000)]
More work on high level language debug symbols. They are now passed correctly
via the object files to the linker and written to the debug info file.
git-svn-id: svn://svn.cc65.org/cc65/trunk@5285
b7a2c559 -68d2-44c3-8de9-
860c34a00d81
uz [Tue, 30 Aug 2011 09:38:53 +0000 (09:38 +0000)]
The geos resource compiler was still called by its old name (Greg King).
git-svn-id: svn://svn.cc65.org/cc65/trunk@5284
b7a2c559 -68d2-44c3-8de9-
860c34a00d81
uz [Mon, 29 Aug 2011 20:37:28 +0000 (20:37 +0000)]
Renamed hldbgsym -> hlldbgsym.
git-svn-id: svn://svn.cc65.org/cc65/trunk@5283
b7a2c559 -68d2-44c3-8de9-
860c34a00d81
uz [Mon, 29 Aug 2011 20:30:57 +0000 (20:30 +0000)]
Some code cleanup.
git-svn-id: svn://svn.cc65.org/cc65/trunk@5282
b7a2c559 -68d2-44c3-8de9-
860c34a00d81
uz [Mon, 29 Aug 2011 20:02:06 +0000 (20:02 +0000)]
Write the high level debug info to the object file.
git-svn-id: svn://svn.cc65.org/cc65/trunk@5281
b7a2c559 -68d2-44c3-8de9-
860c34a00d81
uz [Mon, 29 Aug 2011 18:55:29 +0000 (18:55 +0000)]
Added an offset field to the high level language symbol definition.
git-svn-id: svn://svn.cc65.org/cc65/trunk@5280
b7a2c559 -68d2-44c3-8de9-
860c34a00d81
uz [Mon, 29 Aug 2011 18:55:03 +0000 (18:55 +0000)]
Worked on high level language symbol info.
git-svn-id: svn://svn.cc65.org/cc65/trunk@5279
b7a2c559 -68d2-44c3-8de9-
860c34a00d81
uz [Sun, 28 Aug 2011 20:01:51 +0000 (20:01 +0000)]
Added a module for high level language debug symbols.
git-svn-id: svn://svn.cc65.org/cc65/trunk@5278
b7a2c559 -68d2-44c3-8de9-
860c34a00d81
uz [Sun, 28 Aug 2011 15:10:43 +0000 (15:10 +0000)]
Added output of types.
git-svn-id: svn://svn.cc65.org/cc65/trunk@5277
b7a2c559 -68d2-44c3-8de9-
860c34a00d81
uz [Sun, 28 Aug 2011 14:44:41 +0000 (14:44 +0000)]
Fixed the layout for the span output.
git-svn-id: svn://svn.cc65.org/cc65/trunk@5276
b7a2c559 -68d2-44c3-8de9-
860c34a00d81
uz [Fri, 26 Aug 2011 20:03:11 +0000 (20:03 +0000)]
Added span output.
git-svn-id: svn://svn.cc65.org/cc65/trunk@5275
b7a2c559 -68d2-44c3-8de9-
860c34a00d81
uz [Fri, 26 Aug 2011 13:01:29 +0000 (13:01 +0000)]
Add a (currently empty) type string to the debug info for symbols and functions.
git-svn-id: svn://svn.cc65.org/cc65/trunk@5274
b7a2c559 -68d2-44c3-8de9-
860c34a00d81
uz [Fri, 26 Aug 2011 12:05:00 +0000 (12:05 +0000)]
Started to add debug infos for C functions and symbols.
git-svn-id: svn://svn.cc65.org/cc65/trunk@5273
b7a2c559 -68d2-44c3-8de9-
860c34a00d81
uz [Fri, 26 Aug 2011 10:05:28 +0000 (10:05 +0000)]
Fix a C89 incompatibility (Stefan Haubenthal).
git-svn-id: svn://svn.cc65.org/cc65/trunk@5272
b7a2c559 -68d2-44c3-8de9-
860c34a00d81
uz [Fri, 26 Aug 2011 10:05:08 +0000 (10:05 +0000)]
Pointers passed outside the module should be const.
git-svn-id: svn://svn.cc65.org/cc65/trunk@5271
b7a2c559 -68d2-44c3-8de9-
860c34a00d81
uz [Thu, 25 Aug 2011 18:59:25 +0000 (18:59 +0000)]
Added code to parse type strings and convert them into a set of cc65_typedata
structures. Added cc65_type_byid and cc65_free_typedata (a dummy).
git-svn-id: svn://svn.cc65.org/cc65/trunk@5270
b7a2c559 -68d2-44c3-8de9-
860c34a00d81
uz [Tue, 23 Aug 2011 18:05:31 +0000 (18:05 +0000)]
Fix type string for .ADDR and .FARADDR.
git-svn-id: svn://svn.cc65.org/cc65/trunk@5269
b7a2c559 -68d2-44c3-8de9-
860c34a00d81
uz [Tue, 23 Aug 2011 18:04:25 +0000 (18:04 +0000)]
Fixed a bug: Never remember a pointer to a string buffer, since it becomes
invalid when the string buffer gets resized.
git-svn-id: svn://svn.cc65.org/cc65/trunk@5268
b7a2c559 -68d2-44c3-8de9-
860c34a00d81
uz [Tue, 23 Aug 2011 18:01:23 +0000 (18:01 +0000)]
Renamed GT_GetArraySize to GT_GetElementCount.
git-svn-id: svn://svn.cc65.org/cc65/trunk@5267
b7a2c559 -68d2-44c3-8de9-
860c34a00d81
uz [Tue, 23 Aug 2011 16:15:41 +0000 (16:15 +0000)]
Implement variable sized element count for arrays.
git-svn-id: svn://svn.cc65.org/cc65/trunk@5266
b7a2c559 -68d2-44c3-8de9-
860c34a00d81
uz [Mon, 22 Aug 2011 21:52:40 +0000 (21:52 +0000)]
Added the LineInfo count to the info line of the debug info file. This allows
the debug info module to reduce memory usage.
git-svn-id: svn://svn.cc65.org/cc65/trunk@5265
b7a2c559 -68d2-44c3-8de9-
860c34a00d81
uz [Mon, 22 Aug 2011 19:37:10 +0000 (19:37 +0000)]
Track types, parse the extended debug info format with "type" lines.
git-svn-id: svn://svn.cc65.org/cc65/trunk@5264
b7a2c559 -68d2-44c3-8de9-
860c34a00d81
uz [Mon, 22 Aug 2011 18:22:45 +0000 (18:22 +0000)]
Maintain the types as separate indexed items in the debug info file.
git-svn-id: svn://svn.cc65.org/cc65/trunk@5263
b7a2c559 -68d2-44c3-8de9-
860c34a00d81
uz [Mon, 22 Aug 2011 17:53:00 +0000 (17:53 +0000)]
Added a tpool module that implements a global pool for generic types, so we
can merge duplicate ones and assign them global ids.
git-svn-id: svn://svn.cc65.org/cc65/trunk@5262
b7a2c559 -68d2-44c3-8de9-
860c34a00d81
uz [Mon, 22 Aug 2011 17:36:19 +0000 (17:36 +0000)]
Do not resolve the lists of spans for LineInfos and Scopes, but keep them as
ids. This way, we can delay loading spans until we know that we definitely
need an object file.
Did some restructuring for writing of span lists to the debug info file.
git-svn-id: svn://svn.cc65.org/cc65/trunk@5261
b7a2c559 -68d2-44c3-8de9-
860c34a00d81
uz [Sun, 21 Aug 2011 20:50:39 +0000 (20:50 +0000)]
Fix a problem with the generated array sizes for span types (they were wrong).
As an optimization, don't create an array for just a few elements.
git-svn-id: svn://svn.cc65.org/cc65/trunk@5260
b7a2c559 -68d2-44c3-8de9-
860c34a00d81
uz [Sun, 21 Aug 2011 20:18:27 +0000 (20:18 +0000)]
Parse (but ignore) type information for spans.
git-svn-id: svn://svn.cc65.org/cc65/trunk@5259
b7a2c559 -68d2-44c3-8de9-
860c34a00d81
uz [Sun, 21 Aug 2011 20:18:09 +0000 (20:18 +0000)]
Write out type information for spans to the debug info file.
git-svn-id: svn://svn.cc65.org/cc65/trunk@5258
b7a2c559 -68d2-44c3-8de9-
860c34a00d81
uz [Sun, 21 Aug 2011 20:17:43 +0000 (20:17 +0000)]
Change prototype for GT_AsString to make it easier usable.
git-svn-id: svn://svn.cc65.org/cc65/trunk@5257
b7a2c559 -68d2-44c3-8de9-
860c34a00d81
uz [Sun, 21 Aug 2011 20:17:22 +0000 (20:17 +0000)]
Generate span types for .ADDR, .BYTE, .DBYT, .FARADDR and .WORD.
git-svn-id: svn://svn.cc65.org/cc65/trunk@5256
b7a2c559 -68d2-44c3-8de9-
860c34a00d81
uz [Sun, 21 Aug 2011 20:04:27 +0000 (20:04 +0000)]
Added GT_AsString().
git-svn-id: svn://svn.cc65.org/cc65/trunk@5255
b7a2c559 -68d2-44c3-8de9-
860c34a00d81
uz [Sun, 21 Aug 2011 19:46:47 +0000 (19:46 +0000)]
Don't remember types for spans if no debug info is requested.
git-svn-id: svn://svn.cc65.org/cc65/trunk@5254
b7a2c559 -68d2-44c3-8de9-
860c34a00d81
uz [Sun, 21 Aug 2011 19:44:02 +0000 (19:44 +0000)]
Add an optional type to a span.
git-svn-id: svn://svn.cc65.org/cc65/trunk@5253
b7a2c559 -68d2-44c3-8de9-
860c34a00d81
uz [Sun, 21 Aug 2011 19:35:51 +0000 (19:35 +0000)]
The string with index zero is the first string in the string pool.
git-svn-id: svn://svn.cc65.org/cc65/trunk@5252
b7a2c559 -68d2-44c3-8de9-
860c34a00d81
uz [Sun, 21 Aug 2011 19:27:03 +0000 (19:27 +0000)]
Some work on the generic type module.
git-svn-id: svn://svn.cc65.org/cc65/trunk@5251
b7a2c559 -68d2-44c3-8de9-
860c34a00d81
uz [Sun, 21 Aug 2011 19:08:23 +0000 (19:08 +0000)]
Write spans out in a separate object file section. This allows to merge
duplicate spans in an object file and more extensions to come.
git-svn-id: svn://svn.cc65.org/cc65/trunk@5250
b7a2c559 -68d2-44c3-8de9-
860c34a00d81
uz [Sun, 21 Aug 2011 17:30:25 +0000 (17:30 +0000)]
Added CollReplaceExpand.
git-svn-id: svn://svn.cc65.org/cc65/trunk@5249
b7a2c559 -68d2-44c3-8de9-
860c34a00d81
uz [Sun, 21 Aug 2011 16:56:40 +0000 (16:56 +0000)]
Fix errors in tracking the number of items in the table. Added function
HT_GetCount to retrieve the number of items.
git-svn-id: svn://svn.cc65.org/cc65/trunk@5248
b7a2c559 -68d2-44c3-8de9-
860c34a00d81
uz [Sun, 21 Aug 2011 16:23:38 +0000 (16:23 +0000)]
Fix a problem with macro expansion count in line infos for macros.
git-svn-id: svn://svn.cc65.org/cc65/trunk@5247
b7a2c559 -68d2-44c3-8de9-
860c34a00d81
uz [Sun, 21 Aug 2011 16:08:52 +0000 (16:08 +0000)]
Fixed a bug in SP_Add.
git-svn-id: svn://svn.cc65.org/cc65/trunk@5246
b7a2c559 -68d2-44c3-8de9-
860c34a00d81
uz [Sun, 21 Aug 2011 13:35:36 +0000 (13:35 +0000)]
The ...Entry functions from the hashtab module have been renamed.
git-svn-id: svn://svn.cc65.org/cc65/trunk@5245
b7a2c559 -68d2-44c3-8de9-
860c34a00d81
uz [Sun, 21 Aug 2011 13:33:06 +0000 (13:33 +0000)]
The ..Entry functions from the hashtable module have been renamed.
git-svn-id: svn://svn.cc65.org/cc65/trunk@5244
b7a2c559 -68d2-44c3-8de9-
860c34a00d81
uz [Sun, 21 Aug 2011 13:31:30 +0000 (13:31 +0000)]
Removed the functions that work on HashNodes since they are mostly useless
now.
git-svn-id: svn://svn.cc65.org/cc65/trunk@5243
b7a2c559 -68d2-44c3-8de9-
860c34a00d81
uz [Sun, 21 Aug 2011 13:21:11 +0000 (13:21 +0000)]
Implementation of StringPool has changed.
git-svn-id: svn://svn.cc65.org/cc65/trunk@5242
b7a2c559 -68d2-44c3-8de9-
860c34a00d81
uz [Sun, 21 Aug 2011 13:20:48 +0000 (13:20 +0000)]
Implementation of SP_GetCount has been missing.
git-svn-id: svn://svn.cc65.org/cc65/trunk@5241
b7a2c559 -68d2-44c3-8de9-
860c34a00d81
uz [Sun, 21 Aug 2011 13:16:14 +0000 (13:16 +0000)]
Implementation of StringPool has changed.
git-svn-id: svn://svn.cc65.org/cc65/trunk@5240
b7a2c559 -68d2-44c3-8de9-
860c34a00d81
uz [Sun, 21 Aug 2011 13:15:52 +0000 (13:15 +0000)]
Use the hashtab to implement the string pool hash table.
git-svn-id: svn://svn.cc65.org/cc65/trunk@5239
b7a2c559 -68d2-44c3-8de9-
860c34a00d81
uz [Sat, 20 Aug 2011 22:13:58 +0000 (22:13 +0000)]
Add a gentype.c module that contains GT_FromStrBuf.
git-svn-id: svn://svn.cc65.org/cc65/trunk@5238
b7a2c559 -68d2-44c3-8de9-
860c34a00d81
uz [Sat, 20 Aug 2011 21:53:22 +0000 (21:53 +0000)]
Small change for better hash table distribution.
git-svn-id: svn://svn.cc65.org/cc65/trunk@5237
b7a2c559 -68d2-44c3-8de9-
860c34a00d81
uz [Sat, 20 Aug 2011 20:16:13 +0000 (20:16 +0000)]
Added a new gentype module for generic (not language dependent) types.
git-svn-id: svn://svn.cc65.org/cc65/trunk@5236
b7a2c559 -68d2-44c3-8de9-
860c34a00d81
uz [Fri, 19 Aug 2011 20:58:14 +0000 (20:58 +0000)]
Read segment sizes as var, no longer as 32 bit values.
git-svn-id: svn://svn.cc65.org/cc65/trunk@5235
b7a2c559 -68d2-44c3-8de9-
860c34a00d81
uz [Fri, 19 Aug 2011 20:56:44 +0000 (20:56 +0000)]
Read the segment size as var, not as 32 bit value.
git-svn-id: svn://svn.cc65.org/cc65/trunk@5234
b7a2c559 -68d2-44c3-8de9-
860c34a00d81
uz [Fri, 19 Aug 2011 20:55:48 +0000 (20:55 +0000)]
Renamed some stuff. Write out the segment size as var, not 32 bit.
git-svn-id: svn://svn.cc65.org/cc65/trunk@5233
b7a2c559 -68d2-44c3-8de9-
860c34a00d81
uz [Fri, 19 Aug 2011 15:24:11 +0000 (15:24 +0000)]
Last fix was wrong. The problem wasn't in the struct code but in SymLeaveLevel
calling CloseSpans, which does not only close spans but might also add some,
in which case the scope became another size.
git-svn-id: svn://svn.cc65.org/cc65/trunk@5232
b7a2c559 -68d2-44c3-8de9-
860c34a00d81
uz [Fri, 19 Aug 2011 15:06:51 +0000 (15:06 +0000)]
Fixed a bug: The size of a scope is now recorded for all scopes in
SymLeaveLevel. Doing so also in the code for .STRUCT/.UNION will try to enter
the .size symbol twice.
git-svn-id: svn://svn.cc65.org/cc65/trunk@5231
b7a2c559 -68d2-44c3-8de9-
860c34a00d81
uz [Fri, 19 Aug 2011 14:39:11 +0000 (14:39 +0000)]
Added cc65_line_byspan and cc65_scope_byspan.
git-svn-id: svn://svn.cc65.org/cc65/trunk@5230
b7a2c559 -68d2-44c3-8de9-
860c34a00d81
uz [Fri, 19 Aug 2011 14:31:03 +0000 (14:31 +0000)]
Add the number of attached lines and scopes to a span.
git-svn-id: svn://svn.cc65.org/cc65/trunk@5229
b7a2c559 -68d2-44c3-8de9-
860c34a00d81
uz [Fri, 19 Aug 2011 11:30:31 +0000 (11:30 +0000)]
Removed some debug output.
git-svn-id: svn://svn.cc65.org/cc65/trunk@5228
b7a2c559 -68d2-44c3-8de9-
860c34a00d81
uz [Fri, 19 Aug 2011 11:22:36 +0000 (11:22 +0000)]
Allow more space for symbol names.
git-svn-id: svn://svn.cc65.org/cc65/trunk@5227
b7a2c559 -68d2-44c3-8de9-
860c34a00d81
uz [Fri, 19 Aug 2011 11:21:22 +0000 (11:21 +0000)]
Remove CollConstAt. Let CollAt and CollAtUnchecked take const pointers to
collections. Use const pointers in many places. Some other cleanups.
git-svn-id: svn://svn.cc65.org/cc65/trunk@5226
b7a2c559 -68d2-44c3-8de9-
860c34a00d81
uz [Fri, 19 Aug 2011 11:06:52 +0000 (11:06 +0000)]
Use CollTransfer where possible.
git-svn-id: svn://svn.cc65.org/cc65/trunk@5225
b7a2c559 -68d2-44c3-8de9-
860c34a00d81
uz [Fri, 19 Aug 2011 11:01:01 +0000 (11:01 +0000)]
New function CollTransfer. Change CollAt and CollAtUnchecked to take a const
Collection pointer instead of just a Collection pointer. This makes more
sense, since the functions do not change the collection.
git-svn-id: svn://svn.cc65.org/cc65/trunk@5224
b7a2c559 -68d2-44c3-8de9-
860c34a00d81
uz [Fri, 19 Aug 2011 10:46:49 +0000 (10:46 +0000)]
Reenable optimizations.
git-svn-id: svn://svn.cc65.org/cc65/trunk@5223
b7a2c559 -68d2-44c3-8de9-
860c34a00d81
uz [Fri, 19 Aug 2011 10:44:45 +0000 (10:44 +0000)]
Changed data type used to store line numbers from unsigned long to unsigned.
git-svn-id: svn://svn.cc65.org/cc65/trunk@5222
b7a2c559 -68d2-44c3-8de9-
860c34a00d81