Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: m-labs/artiq
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 459da723d37f
Choose a base ref
...
head repository: m-labs/artiq
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1968304b4f12
Choose a head ref
  • 2 commits
  • 2 files changed
  • 1 contributor

Commits on Apr 23, 2015

  1. Copy the full SHA
    d99976d View commit details
  2. Copy the full SHA
    1968304 View commit details
Showing with 2 additions and 1 deletion.
  1. +1 −0 soc/runtime/elf_loader.h
  2. +1 −1 soc/runtime/lwip
1 change: 1 addition & 0 deletions soc/runtime/elf_loader.h
Original file line number Diff line number Diff line change
@@ -10,6 +10,7 @@ typedef void * (*symbol_resolver)(const char *);
typedef int (*symbol_callback)(const char *, void *);

void *find_symbol(const struct symbol *symbols, const char *name);
/* elf_data must be aligned on a 32-bit boundary */
int load_elf(symbol_resolver resolver, symbol_callback callback, void *elf_data, int elf_length, void *dest, int dest_length);

#endif /* __ELF_LOADER_H */
2 changes: 1 addition & 1 deletion soc/runtime/lwip
Submodule lwip updated from caf9fc to e59bee