Kai Wang 7ee5b008fb - Correctly handle sections of type SHT_NOBITS. For these sections:
- elf_getdata() and elf_rawdata() should return an "Elf_Data" structure
    that has its "d_buf" member set to NULL and "d_size" member set to
    the nominal 'size' of the section.  [1]
  - Update the manual page for these functions.
- Fix a memory leak in an error handling path inside elf_getdata().
- Use _libelf_allocate_data() in elf_newdata() for consistency.

Obtained from:	elftoolchain
MFC after:		1 month
2010-07-21 08:54:46 +00:00
..
2010-07-10 03:45:55 +00:00
2010-07-17 12:53:57 +00:00
2009-10-26 17:27:30 +00:00
2010-03-02 16:58:04 +00:00
2010-07-21 08:51:38 +00:00
2010-02-01 20:53:55 +00:00
2010-06-02 10:20:23 +00:00
2010-06-13 01:27:29 +00:00
2010-07-10 15:15:00 +00:00
2010-01-02 09:58:07 +00:00
2010-01-02 09:58:07 +00:00
2010-05-03 09:49:42 +00:00
2010-01-21 15:01:09 +00:00
2010-01-02 09:58:07 +00:00
2010-04-20 21:14:30 +00:00
2010-07-13 17:21:42 +00:00