Menu

Code Commit Log


Commit Date  
[r2899] by jkoshy

Add a preliminary description of the instruction set supported by Atmel
AVR 8-bit CPUs.

Ticket: #412

2013-01-16 05:17:02 Tree
[r2898] by kaiwang27

When garbage collection (option "--gc-sections") is enabled:
* Do not add unused (garbage) sections to the output object.
* Relocation scan is deferred until search for garbage sections
is finished.

2013-01-15 23:05:59 Tree
[r2897] by kaiwang27

Implement function "ld_reloc_gc_sections" that performs a breadth-first
search for sections referenced by relocations associated with "used"
sections, i.e, to find sections that should not be garbage-collected.
The initial set of "used" sections consists of sections containing
the entry symbol and extern (-u) symbols. The search is recursive:
"used" sections found are inserted to the set and their relocations
will be used to search for more "used" sections.

2013-01-15 23:05:50 Tree
[r2896] by kaiwang27

Add support for command line options "--gc-sections" and
"--no-gc-sections".

2013-01-15 23:05:41 Tree
[r2895] by kaiwang27

Add utility function "ld_info" which emits linker information to
stdout.

2013-01-15 23:05:31 Tree
[r2894] by kaiwang27

Add support for "--print-gc-sections" and "--no-print-gc-sections"
options.

2013-01-15 23:05:24 Tree
[r2893] by kaiwang27

Symbols referenced only by *_RELATIVE relocations don't need to be
added to the dynamic symbol table.

2013-01-15 23:05:16 Tree
[r2892] by kaiwang27

*_RELATIVE relocation can be generated instead of *_GLOB_DAT
relocation for symbols that can not be overridden.

2013-01-15 23:05:08 Tree
[r2891] by kaiwang27

* Symbols converted to "local" by version script can not be overridden.
* The linker doesn't need to create PLT for function symbols that can
not be overridden, when it generates a DSO.

2013-01-15 23:04:55 Tree
[r2890] by jkoshy

Add a `check-specifications` target.

Ticket: #412

2013-01-13 15:36:40 Tree
Older >
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.