forked from Imagelibrary/rtems
@@ -1717,7 +1717,7 @@ rtems_rtl_elf_file_load (rtems_rtl_obj* obj, int fd)
|
|||||||
* 1. See if there are any common variables and if there are add a
|
* 1. See if there are any common variables and if there are add a
|
||||||
* common section.
|
* common section.
|
||||||
* 2. Add up the common.
|
* 2. Add up the common.
|
||||||
* 3.
|
* 3. The load the symbols.
|
||||||
*/
|
*/
|
||||||
if (!rtems_rtl_obj_load_symbols (obj, fd, rtems_rtl_elf_common, &common))
|
if (!rtems_rtl_obj_load_symbols (obj, fd, rtems_rtl_elf_common, &common))
|
||||||
return false;
|
return false;
|
||||||
|
|||||||
Reference in New Issue
Block a user